primitive val Help
new val create() : Help val^
Creates a command help that can print a general program help message.
fun box general( cs: CommandSpec box) : CommandHelp box
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)
fun box eq( that: Help val) : Bool val
fun box ne( that: Help val) : Bool val
fun box _parse( cs: CommandSpec box, ch: CommandHelp box, argv: Array[String val] box) : (CommandHelp box | SyntaxError val)
© 2016-2018, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/cli-Help