
                         n    d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ  G d dej                        Z
y	)
z'The configs variables describe command.    )absolute_import)division)unicode_literals)util)base_commandsc                   *     e Zd ZdZddiZ fdZ xZS )Describez{Describe variable resources.

  This command displays information about the variable resource with the
  specified name.
  EXAMPLESzx          To describe a variable named "my-var", run:

            $ {command} --config-name=my-config my-var
          c                 V    t         t        |   |      }t        j                  |d      S )NT)superr	   Runr   FormatVariable)selfargsresult	__class__s      8lib/surface/runtime_config/configs/variables/describe.pyr   zDescribe.Run)   s'    8T&t,Fvt,,    )__name__
__module____qualname____doc__detailed_helpr   __classcell__)r   s   @r   r	   r	      s#      -- -r   r	   N)r   
__future__r   r   r   %googlecloudsdk.api_lib.runtime_configr   )googlecloudsdk.command_lib.runtime_configr   VariableRetrieverCommandr	    r   r   <module>r       s+     . &  ' 6 C-}55 -r   