StrutilResult

Undocumented in source.
struct StrutilResult {}

Members

Mixins

__anonymous
mixin ConfigCmd
Undocumented in source.

Mixed In Members

From mixin ConfigCmd

__anonymous
mixin BEGIN
Undocumented in source.
__anonymous
mixin DESC!("CLI to some string utilities")
Undocumented in source.
__anonymous
mixin VERSION!("0.0.1")
Undocumented in source.
__anonymous
mixin CONFIG
Undocumented in source.
__anonymous
mixin PASS_THROUGH
Undocumented in source.
__anonymous
mixin SUB_CMD!(JoinResult, SplitResult, ReplaceResult)
Undocumented in source.
__anonymous
mixin DEF!("flag", bool, Flag_d!"-f", Desc_d!"the global flag")
Undocumented in source.
__anonymous
mixin DEF!("greet", string, Flag_d!"-g [greeting]", Desc_d!"set the greeting string", Default_d!"hi!", Preset_d!"hello!", Negate_d!("-G", "opposite to `--greet`"), Export_d!("-x", "-y", "-z", "--xyz"), N_Export_d!("-X", "-Y", "-Z", "--XYZ"))
Undocumented in source.
__anonymous
mixin END
Undocumented in source.

Meta