
    +                     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)	z6The 'gcloud firebase test ios versions' command group.    )absolute_import)division)unicode_literals)basec                   (    e Zd ZdZddiZed        Zy)Versionsz+Explore iOS versions available for testing.EXAMPLESa5            To list information about all versions of iOS available for running
          tests, including details such as OS major and minor versions, run:

            $ {command} list

          To view information about a specific version of iOS, run:

            $ {command} describe VERSION_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    2lib/surface/firebase/test/ios/versions/__init__.pyArgszVersions.Args*   s     	    N)__name__
__module____qualname____doc__detailed_helpstaticmethodr   r   r   r   r   r      s*    3 	- 	 	r   r   N)	r   
__future__r   r   r   googlecloudsdk.callioper   Groupr   r   r   r   <module>r      s&     = &  ' (	tzz 	r   