jcli v0.22.3 (2021-09-08T20:50:40Z)
Dub
Repo
CommandHelpText
jcli
helptext
helptext
Undocumented in source.
struct
CommandHelpText (
alias
CommandT_
) {
alias
CommandT
=
CommandT_
;
alias
CommandInfo
=
commandInfoFor
!
CommandT
;
string
generate
(string appName, uint width);
}
Members
Aliases
CommandInfo
alias
CommandInfo
=
commandInfoFor
!
CommandT
Undocumented in source.
CommandT
alias
CommandT
=
CommandT_
Undocumented in source.
Functions
generate
string
generate
(string appName, uint 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