button.cli.options

Members

Aliases

OptionsList
alias OptionsList = AliasSeq!(HelpOptions, VersionOptions, BuildOptions, GraphOptions, StatusOptions, CleanOptions, InitOptions, GCOptions, ConvertOptions)

List of all options structs.

Enums

ConvertFormat
enum ConvertFormat
Undocumented in source.

Functions

runCommand
int runCommand(string name, GlobalOptions opts)

Using the list of command functions, runs a command from the specified string.

Structs

BuildOptions
struct BuildOptions
Undocumented in source.
CleanOptions
struct CleanOptions
Undocumented in source.
Command
struct Command
Undocumented in source.
ConvertOptions
struct ConvertOptions
Undocumented in source.
Description
struct Description
Undocumented in source.
GCOptions
struct GCOptions
Undocumented in source.
GlobalOptions
struct GlobalOptions
Undocumented in source.
GraphOptions
struct GraphOptions
Undocumented in source.
HelpOptions
struct HelpOptions
Undocumented in source.
InitOptions
struct InitOptions
Undocumented in source.
StatusOptions
struct StatusOptions
Undocumented in source.
VersionOptions
struct VersionOptions
Undocumented in source.

Variables

globalHelp
auto globalHelp;
Undocumented in source.
globalUsage
auto globalUsage;
Undocumented in source.

Meta

License

MIT

Authors

Jason White

Description: All command line interface options.