clap_python
Usage
Examples
Cargo-Like CLI Example
Git-Like CLI Example
Reference
clap_python
clap_python.style
clap_python
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
M
|
N
|
P
|
R
|
S
|
T
|
U
|
V
|
W
|
Y
_
__eq__() (clap_python.style.TextStyle method)
__hash__ (clap_python.style.TextStyle attribute)
__iter__() (clap_python.MutuallyExclusiveGroup method)
__repr__() (clap_python.style.TextStyle method)
A
about() (clap_python.SubCommand method)
AnsiColor (class in clap_python.style)
AnsiStyle (class in clap_python.style)
App (class in clap_python)
Arg (class in clap_python)
arg() (clap_python.MutuallyExclusiveGroup method)
(clap_python.SubCommand method)
arg_required_else_help() (clap_python.SubCommand method)
B
Black (clap_python.style.AnsiColor attribute)
Blink (clap_python.style.AnsiStyle attribute)
Blue (clap_python.style.AnsiColor attribute)
Bold (clap_python.style.AnsiStyle attribute)
BrightBlack (clap_python.style.AnsiColor attribute)
BrightBlue (clap_python.style.AnsiColor attribute)
BrightCyan (clap_python.style.AnsiColor attribute)
BrightGreen (clap_python.style.AnsiColor attribute)
BrightMagenta (clap_python.style.AnsiColor attribute)
BrightRed (clap_python.style.AnsiColor attribute)
BrightWhite (clap_python.style.AnsiColor attribute)
BrightYellow (clap_python.style.AnsiColor attribute)
C
choices() (clap_python.Arg method)
clap_python
module
clap_python.style
module
ClapPyException
color (clap_python.style.TextStyle attribute)
color_text() (in module clap_python)
Cyan (clap_python.style.AnsiColor attribute)
D
default() (clap_python.Arg method)
Dim (clap_python.style.AnsiStyle attribute)
E
error() (clap_python.style.Style method)
F
flags() (clap_python.style.Style method)
G
Green (clap_python.style.AnsiColor attribute)
H
headers() (clap_python.style.Style method)
help() (clap_python.Arg method)
help_heading() (clap_python.MutuallyExclusiveGroup method)
(clap_python.SubCommand method)
Hidden (clap_python.style.AnsiStyle attribute)
I
Inverse (clap_python.style.AnsiStyle attribute)
Italic (clap_python.style.AnsiStyle attribute)
M
Magenta (clap_python.style.AnsiColor attribute)
module
clap_python
clap_python.style
multiple_values() (clap_python.Arg method)
MutuallyExclusiveGroup (class in clap_python)
N
Normal (clap_python.style.AnsiStyle attribute)
P
parse_args() (clap_python.App method)
parse_known_args() (clap_python.App method)
R
Red (clap_python.style.AnsiColor attribute)
required() (clap_python.Arg method)
(clap_python.MutuallyExclusiveGroup method)
S
Strikethrough (clap_python.style.AnsiStyle attribute)
style (clap_python.style.TextStyle attribute)
Style (class in clap_python.style)
style() (clap_python.App method)
SubCommand (class in clap_python)
subcommand_required() (clap_python.SubCommand method)
T
takes_value() (clap_python.Arg method)
TextStyle (class in clap_python.style)
tip() (clap_python.style.Style method)
U
Underline (clap_python.style.AnsiStyle attribute)
usage() (clap_python.style.Style method)
V
validate() (clap_python.Arg method)
value_name() (clap_python.Arg method)
value_names() (clap_python.style.Style method)
value_parser() (clap_python.Arg method)
version() (clap_python.App method)
W
White (clap_python.style.AnsiColor attribute)
width() (clap_python.App method)
Y
Yellow (clap_python.style.AnsiColor attribute)