Skip to content

Commit

Permalink
{cli} Fix help message in interactive command line
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaloney committed Mar 5, 2024
1 parent d73e0d2 commit eda260f
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 @@ -77,7 +77,7 @@ func Initialize(settings *cli.Settings) (s *Shell, err error) {
"run": {"runs the current model: run [INITIAL STATE]", s.cmdRun},
"version": {"outputs version info", s.cmdVersion},

"help": {"exits the program", s.cmdHelp},
"help": {"outputs information about all available commands", s.cmdHelp},
"exit": {"exits the program", s.cmdExit},
"quit": {"exits the program", s.cmdExit},
}
Expand Down

0 comments on commit eda260f

Please sign in to comment.