Index

A | B | C | D | E | F | G | H | I | K | L | M | N | O | P | R | S | T | U

A

alias_key() (clize.parser.NamedParameter class method)
aliases (clize.parser.CliSignature attribute)
alternate (clize.parser.CliSignature attribute)
AlternateCommandParameter (class in clize.parser)
alternates_with_helper() (clize.help.ClizeHelp method)
apply_generic_flags() (clize.Parameter method)
argdoc_re (clize.help.ClizeHelp attribute)
args (clize.parser.CliBoundArguments attribute)
ArgsBeforeAlternateCommand
ArgumentError
as_is() (clize.Clize class method)

B

BadArgumentFormat

C

cli (clize.Clize attribute)
(clize.SubcommandDispatcher attribute)
(clize.help.Help attribute)
CliBoundArguments (class in clize.parser)
CliSignature (class in clize.parser)
Clize (class in clize)
clize() (in module clize)
clize.errors (module)
clize.help (module)
clize.legacy (module)
clize.parser (module)
clize.runner (module)
ClizeHelp (class in clize.help)
clizer (clize.SubcommandDispatcher attribute)
coerce_value() (clize.parser.ParameterWithValue method)
convert_parameter() (clize.parser.CliSignature class method)
converter (clize.parser.CliSignature attribute)

D

description (clize.help.ClizeHelp attribute)
(clize.parser.FallbackCommandParameter attribute)
DispatcherHelper (class in clize.help)
DuplicateNamedArgument

E

EatAllOptionParameter (class in clize.parser)
EatAllOptionParameterArguments (class in clize.parser)
EatAllPositionalParameter (class in clize.parser)
extra_type (clize.parser.EatAllOptionParameter attribute)
ExtraPosArgsParameter (class in clize.parser)

F

FallbackCommandParameter (class in clize.parser)
false_triggers (clize.parser.FlagParameter attribute)
FlagParameter (class in clize.parser)
format_type() (clize.Parameter method)
(clize.parser.FlagParameter method)
(clize.parser.OptionParameter method)
(clize.parser.ParameterWithValue method)
from_signature() (clize.parser.CliSignature class method)
full_name (clize.Parameter attribute)
(clize.parser.NamedParameter attribute)
(clize.parser.ParameterWithValue attribute)
func (clize.parser.CliBoundArguments attribute)

G

get_cli() (clize.Clize class method)
get_collection() (clize.parser.EatAllPositionalParameter method)
(clize.parser.FallbackCommandParameter method)
(clize.parser.MultiParameter method)
get_param_type() (clize.help.ClizeHelp class method)
get_value() (clize.parser.NamedParameter method)

H

Help (class in clize.help)
helper (clize.Clize attribute)

I

IgnoreAllOptionParameterArguments (class in clize.parser)
in_args (clize.parser.CliBoundArguments attribute)
IntOptionParameter (class in clize.parser)
is_flag_activation() (clize.parser.FlagParameter method)

K

keep() (clize.Clize class method)
kwargs (clize.parser.CliBoundArguments attribute)

L

LAST_OPTION (clize.Parameter attribute)

M

make_flag() (in module clize)
MissingRequiredArguments
MissingValue
MultiParameter (class in clize.parser)

N

name (clize.parser.CliBoundArguments attribute)
named (clize.parser.CliSignature attribute)
NamedParameter (class in clize.parser)

O

OptionParameter (class in clize.parser)

P

param_cls (clize.parser.CliSignature attribute)
Parameter (class in clize)
parameters() (clize.Clize method)
ParameterWithSourceEquivalent (class in clize.parser)
ParameterWithValue (class in clize.parser)
posarg_only (clize.parser.CliBoundArguments attribute)
positional (clize.parser.CliSignature attribute)
PositionalParameter (class in clize.parser)
post_name (clize.parser.CliBoundArguments attribute)
prepare() (clize.help.ClizeHelp method)
(clize.help.DispatcherHelper method)
(clize.help.Help method)
prepare_notes() (clize.help.DispatcherHelper method)
prepare_once() (clize.help.Help method)

R

read_argument() (clize.Parameter method)
(clize.parser.AlternateCommandParameter method)
(clize.parser.EatAllOptionParameter method)
(clize.parser.ExtraPosArgsParameter method)
(clize.parser.FallbackCommandParameter method)
(clize.parser.FlagParameter method)
(clize.parser.IgnoreAllOptionParameterArguments method)
(clize.parser.IntOptionParameter method)
(clize.parser.MultiParameter method)
(clize.parser.OptionParameter method)
(clize.parser.PositionalParameter method)
read_arguments() (clize.parser.CliSignature method)
read_commandline() (clize.Clize method)
redispatch_short_arg() (clize.parser.NamedParameter method)
REQUIRED (clize.Parameter attribute)
required (clize.Parameter attribute)
(clize.parser.CliSignature attribute)
(clize.parser.ExtraPosArgsParameter attribute)
(clize.parser.ParameterWithValue attribute)
run() (in module clize)

S

SetErrorContext (class in clize.errors)
show() (clize.help.ClizeHelp method)
(clize.help.DispatcherHelper method)
show_argument() (clize.help.ClizeHelp method)
show_arguments() (clize.help.ClizeHelp method)
show_commands() (clize.help.DispatcherHelper method)
show_full_usage() (clize.help.ClizeHelp method)
(clize.help.DispatcherHelper method)
show_usage() (clize.help.ClizeHelp method)
(clize.help.DispatcherHelper method)
sig (clize.parser.CliBoundArguments attribute)
signature (clize.Clize attribute)
(clize.help.ClizeHelp attribute)
skip (clize.parser.CliBoundArguments attribute)
sticky (clize.parser.CliBoundArguments attribute)
SubcommandDispatcher (class in clize)
subcommands_with_helper() (clize.help.DispatcherHelper method)

T

TooManyArguments

U

UNDOCUMENTED (clize.Parameter attribute)
UnknownOption
unsatisfied (clize.parser.CliBoundArguments attribute)
usages() (clize.help.ClizeHelp method)
(clize.help.DispatcherHelper method)
UserError