main_remove
#
CLI implementation for conda-env remove.
Removes the specified conda environment.
Functions#
|
|
|
Attributes#
- _help = 'Remove an environment'#
- _description#
- _example = Multiline-String#
Show Value
""" Examples: conda env remove --name FOO conda env remove -n FOO """
- configure_parser(sub_parsers)#
- execute(args, parser)#