commands
Definition of non-processing subcommands.
var_cmd
Print a list of available variables.
See stagpy.phyvars where the lists of variables organized by command are defined.
version_cmd
Print StagPy version.
Use stagpy.__version__
to obtain the version in a script.
config_pp
Pretty print of configuration options.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
subs |
Iterable[str]
|
conf sections to print. |
required |
conf |
Config
|
configuration. |
required |