
    wBf'                          d Z ddlmZ d Zd Zy)zvMock CLI implementation for `conda deactivate`.

A mock implementation of the deactivate shell command for better UX.
   
CondaErrorc                 N    | j                  dd      }|j                  d       y )N
deactivatez0Deactivate the current active conda environment.)helpz&conda.cli.main_mock_deactivate.execute)func)
add_parserset_defaults)sub_parsersps     >lib/python3.12/site-packages/conda/cli/main_mock_deactivate.pyconfigure_parserr      s.    ? 	 	A NN@NA    c                     t        d      )Nz*Run 'conda init' before 'conda deactivate'r   )argsparsers     r   executer      s    
A
BBr   N)__doc__ r   r   r    r   r   <module>r      s   
 BCr   