primitive val _Fixtures
new val create() : _Fixtures val^
Builds and returns the spec for a CLI with four bool options.
fun box bools_cli_spec() : CommandSpec box ?
Builds and returns the spec for a CLI with short options of each type.
fun box simple_cli_spec() : CommandSpec box ?
Builds and returns the spec for a sample chat client's CLI.
fun box chat_cli_spec() : CommandSpec box ?
fun box eq( that: _Fixtures val) : Bool val
fun box ne( that: _Fixtures val) : Bool val
© 2016-2018, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/cli-_Fixtures