axon_synthesis.cli.common

Common entries of the Command Line Interface.

Functions

atlas_kwargs_to_config(config)

Extract the atlas arguments from given config to create an AtlasConfig object.

atlas_options(*[, required])

Decorate a click command to add Atlas-specific options.

parallel_kwargs_to_config(config)

Extract the parallel arguments from given config to create an ParallelConfig object.

parallel_options(func)

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.