jcli ~master (2022-03-09T18:57:21Z)
Dub
Repo
CommandHelpText
jcli
helptext
helptext
Undocumented in source.
struct
CommandHelpText (
alias
CommandT_
) {
alias
CommandType
=
CommandT_
;
alias
CommandInfo
=
jcli
.
introspect
.
CommandInfo
!
CommandType
;
alias
ArgumentInfo
=
CommandInfo
.
Arguments
;
import
std
.
file
:
thisExePath
;
;
import
std
.
path
:
baseName
;
;
string
generate
(string appName, uint width);
}
Members
Aliases
ArgumentInfo
alias
ArgumentInfo
=
CommandInfo
.
Arguments
Undocumented in source.
CommandInfo
alias
CommandInfo
=
jcli
.
introspect
.
CommandInfo
!
CommandType
Undocumented in source.
CommandType
alias
CommandType
=
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