cmdline

Modules

argument
module cmdline.argument
The Argument Type for Cmdline
command
module cmdline.command
The Command Type for Cmdline
error
module cmdline.error
The Error Types for Cmdline
event
module cmdline.event
Undocumented in source.
ext
module cmdline.ext
The extenstion module for Cmdline
help
module cmdline.help
The Help Type for Cmdline
option
module cmdline.option
The Option Type for Cmdline
pattern
module cmdline.pattern
Undocumented in source.

Public Imports

cmdline.error
public import cmdline.error;
Undocumented in source.
cmdline.option
public import cmdline.option;
Undocumented in source.
cmdline.argument
public import cmdline.argument;
Undocumented in source.
cmdline.command
public import cmdline.command;
Undocumented in source.
cmdline.ext
public import cmdline.ext;
Undocumented in source.

Members

Variables

program
Command program;

the default command given, which you can make it as a rooot command to construct a command line program.

Meta

Authors

笑愚(xiaoyu)

Date

Date: 6.29 2024

Submodlues:

this module consists of the following submodules export:

## cmdline.error ## cmdline.option ## cmdline.argument ## cmdline.command ## cmdline.ext