main_create#

CLI implementation for conda create.

Creates new conda environments with the specified packages.

Functions#

epilog(→ str)

Build conda create epilog (examples and plugin-driven format list).

configure_parser(→ argparse.ArgumentParser)

execute(→ int)

epilog() str#

Build conda create epilog (examples and plugin-driven format list).

configure_parser(sub_parsers: argparse._SubParsersAction, **kwargs) argparse.ArgumentParser#
execute(args: argparse.Namespace, parser: argparse.ArgumentParser) int#