Skip to content

Help

[Source]

primitive val Help

Constructors

create

[Source]

new val create()
: Help val^

Returns


Public Functions

general

[Source]

Creates a command help that can print a general program help message.

fun box general(
  cs: CommandSpec box)
: CommandHelp box

Parameters

Returns


for_command

[Source]

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

Returns


eq

[Source]

fun box eq(
  that: Help val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: Help val)
: Bool val

Parameters

Returns