
                         b    d 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)	z4The 'gcloud firebase test ios models' command group.    )absolute_import)division)unicode_literals)basec                   (    e Zd ZdZddiZed        Zy)Modelsz=Explore iOS models available in the Test Environment catalog.EXAMPLESa            To list all iOS models available for running tests, along with
          their model names and supported iOS versions, run:

            $ {command} list

          To view information about a single iOS model, run:

            $ {command} describe MODEL_ID
          c                      y)zMethod called by Calliope to register flags common to this sub-group.

    Args:
      parser: An argparse parser used to add arguments that immediately follow
          this group in the CLI. Positional arguments are allowed.
    N )parsers    0lib/surface/firebase/test/ios/models/__init__.pyArgszModels.Args)   s     	    N)__name__
__module____qualname____doc__detailed_helpstaticmethodr   r   r   r   r   r      s*    E 	- 	 	r   r   N)	r   
__future__r   r   r   googlecloudsdk.callioper   Groupr   r   r   r   <module>r      s&    ; &  ' (	TZZ 	r   