Skip to content

Commit

Permalink
Fix "frameworks" command help message
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaloney committed Mar 5, 2024
1 parent eda260f commit 6fc79cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modes/shell/shell.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func Initialize(settings *cli.Settings) (s *Shell, err error) {
}

s.commands = map[string]command{
"frameworks": {`choose frameworks to run (e.g. "ccm pyactr", "all")`, s.cmdFramework},
"frameworks": {`choose frameworks to run (e.g. "ccm pyactr", "all") - called without arguments, it will list active frameworks`, s.cmdFramework},
"history": {"outputs your command history", s.cmdHistory},
"load": {"loads a model: load [FILENAME]", s.cmdLoad},
"reset": {"resets the current model", s.cmdReset},
Expand Down

0 comments on commit 6fc79cd

Please sign in to comment.