jcli v0.21.0 (2021-08-25T09:08:24Z)
Dub
Repo
CommandHelpText
jcli
helptext
helptext
Undocumented in source.
struct
CommandHelpText (
alias
CommandT_
) {
alias
CommandT
=
CommandT_
;
alias
CommandInfo
=
commandInfoFor
!
CommandT
;
string
generate
(string appName, size_t width);
}
Members
Aliases
CommandInfo
alias
CommandInfo
=
commandInfoFor
!
CommandT
Undocumented in source.
CommandT
alias
CommandT
=
CommandT_
Undocumented in source.
Functions
generate
string
generate
(string appName, size_t width)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
jcli
helptext
helptext
structs
CommandHelpText