main
#
Entry point for all conda subcommands.
Functions#
|
Some code paths import this function directly from this module instead |
|
Entrypoint for the "subshell" invocation of CLI interface. E.g. conda create. |
|
Entrypoint for the "sourced" invocation of CLI interface. E.g. conda activate. |
|
- init_loggers()#
- generate_parser(*args, **kwargs)#
Some code paths import this function directly from this module instead of from conda_argparse. We add the forwarder for backwards compatibility.
- main_subshell(*args, post_parse_hook=None, **kwargs)#
Entrypoint for the "subshell" invocation of CLI interface. E.g. conda create.
- main_sourced(shell, *args, **kwargs)#
Entrypoint for the "sourced" invocation of CLI interface. E.g. conda activate.
- main(*args, **kwargs)#