pynenc.cli.namespace¶
Module Contents¶
Classes¶
A dataclass for holding command line arguments in the Pynenc CLI. |
API¶
- class pynenc.cli.namespace.PynencCLINamespace(**kwargs)[source]¶
Bases:
argparse.NamespaceA dataclass for holding command line arguments in the Pynenc CLI.
This class is a custom namespace for parsing command line arguments using
argparse. It extends the functionality ofargparse.Namespaceby explicitly defining fields for expected arguments. This approach enhances code clarity and type-checking.- Variables:
Initialization
- app_instance: Optional[pynenc.app.Pynenc]¶
None