argclz.core#
Classes
Commandline parser. |
|
(internal) Do not use class directly. |
Functions
Create |
|
Parse the command-list arguments and apply the parsed values to the given instance |
|
create an argument attribute |
|
create a positional (non-flag) command-line argument attribute. |
|
create a variable-length positional argument, suitable for capturing multiple values into a list. |
|
create an argument that supports shorthand aliases for specific constant values. |
|
cast argument attribute as an |
|
iterating all argument attributes in instance. |
|
Initialize all argument attributes by assign the default value if provided. |
|
set argument to |
|
copy argument from ref to opt |
|
print help document. |
|
Collect all argument attributes into a dictionary with attribute name to its value. |