
                         v    d Z ddlmZ ddlmZ ddlmZ ddlZddlmZ ddlm	Z	  G d d	ej                        Zy)
z!Command for spanner samples list.    )absolute_import)division)unicode_literalsN)base)samplesc                   N    e Zd ZdZd ej
                  d      iZed        Zd Z	y)Listz#List available sample applications.EXAMPLESzU          To list available sample applications, run:

          $ {command}
        c                      y)zArgs is called by calliope to gather arguments for this command.

    Args:
      parser: An argparse parser that you can use to add arguments that go on
        the command line after this command. Positional arguments are allowed.
    N )parsers    #lib/surface/spanner/samples/list.pyArgsz	List.Args'   s     	    c                 F    t        t        t        j                              S )zThis is what gets called when the user runs this command.

    Args:
      args: an argparse namespace. All the arguments that were provided to this
        command invocation.

    Returns:
      Some value that we want to have printed later.
    )listsortedr   APPS)selfargss     r   RunzList.Run1   s     w||$%%r   N)
__name__
__module____qualname____doc__textwrapdedentdetailed_helpstaticmethodr   r   r   r   r   r	   r	      s=    + 
(//  - 	 	
&r   r	   )r   
__future__r   r   r   r   googlecloudsdk.callioper   "googlecloudsdk.command_lib.spannerr   ListCommandr	   r   r   r   <module>r$      s.    ( &  '  ( 6 &4  &r   