export_docs
CLI command for exporting packaged MADA Tools documentation sources.
ExportDocsCmd
Bases: BaseCmd
Export the packaged MkDocs source project to a local directory.
Source code in mada_tools/cli/commands/export_docs.py
add_parser(subparsers)
Add the export-docs subcommand to the main argument parser.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
subparsers
|
ArgumentParser
|
Subparser collection owned by the main CLI parser. |
required |
Source code in mada_tools/cli/commands/export_docs.py
process_command(args)
Export packaged documentation sources to the requested destination.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
args
|
Namespace
|
Parsed CLI arguments containing the destination path. |
required |