Help¶
Constructors¶
create¶
Returns¶
- Help val^
Public Functions¶
general¶
Creates a command help that can print a general program help message.
Parameters¶
- cs: CommandSpec box
Returns¶
- CommandHelp box
for_command¶
Creates a command help for a specific command that can print a detailed help message.
fun box for_command(
cs: CommandSpec box,
argv: Array[String val] box)
: (CommandHelp box | SyntaxError val)
Parameters¶
- cs: CommandSpec box
- argv: Array[String val] box
Returns¶
- (CommandHelp box | SyntaxError val)
eq¶
Parameters¶
- that: Help val
Returns¶
- Bool val
ne¶
Parameters¶
- that: Help val
Returns¶
- Bool val