axon_synthesis.cli.common¶
Common entries of the Command Line Interface.
Functions
|
Extract the atlas arguments from given config to create an AtlasConfig object. |
|
Decorate a click command to add Atlas-specific options. |
|
Extract the parallel arguments from given config to create an ParallelConfig object. |
|
Decorate a click command to add parallel-specific options. |
- axon_synthesis.cli.common.atlas_kwargs_to_config(config) None¶
Extract the atlas arguments from given config to create an AtlasConfig object.
- axon_synthesis.cli.common.atlas_options(*, required=False)¶
Decorate a click command to add Atlas-specific options.
- axon_synthesis.cli.common.parallel_kwargs_to_config(config) None¶
Extract the parallel arguments from given config to create an ParallelConfig object.
- axon_synthesis.cli.common.parallel_options(func)¶
Decorate a click command to add parallel-specific options.