ó
Ýēk^c           @@ st   d  d l  m Z m Z d  d l m Z m Z d  d l m Z m Z d Z	 e	 d j
   Z d Z d   Z d   Z d	 S(
   i    (   t   absolute_importt   print_function(   t	   Namespacet   RawDescriptionHelpFormatter(   t   add_output_and_prompt_optionst   add_parser_prefixs   Remove an environmentsj   

Removes a provided environment.  You must deactivate the existing
environment before you can remove it.
sI   

Examples:

    conda env remove --name FOO
    conda env remove -n FOO
c      
   C@ sO   |  j  d d t d t d t d t } t |  t |  | j d d  d  S(   Nt   removet   formatter_classt   descriptiont   helpt   epilogt   funcs   .main_remove.execute(   t
   add_parserR   t   _descriptiont   _helpt   _exampleR   R   t   set_defaults(   t   sub_parserst   p(    (    s8   lib/python2.7/site-packages/conda_env/cli/main_remove.pyt   configure_parser   s    	

c         C@ sŠ   d d  l  } t |   }  |  j i	 t d 6d  d 6d  d 6d  d 6d  d 6d  d 6d  d 6t d	 6d  d
 6 t |    }  d d l m } | j d |   | j	 j
 j |  |  d  S(   Ni    t   allt   channelt   featurest   override_channelst	   use_localt	   use_cachet   offlinet   forcet   pinned(   t   contextt   argparse_args(   t   conda.cli.main_removet   varst   updatet   Truet   NoneR   t   conda.base.contextR   t   __init__t   clit   main_removet   execute(   t   argst   parsert   condaR   (    (    s8   lib/python2.7/site-packages/conda_env/cli/main_remove.pyR(   )   s    	N(   t
   __future__R    R   t   argparseR   R   t   conda.cli.conda_argparseR   R   R   t   lstripR   R   R   R(   (    (    (    s8   lib/python2.7/site-packages/conda_env/cli/main_remove.pyt   <module>   s   	