Submit
Path:
~
/
/
lib
/
python2.7
/
site-packages
/
awscli
/
File Content:
argparser.pyc
� =��Xc @ s� d d l Z d d l Z d d l m Z d d l m Z d Z d e Z d e j f d � � YZ d e j f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d S( i����N( t six( t get_close_matchessb To see help text, you can run: aws help aws <command> help aws <command> <subcommand> help sG aws [options] <command> <subcommand> [<subcommand> ...] [parameters] %st CommandActionc B sD e Z d Z d � Z d d � Z e d � � Z e j d � � Z RS( s� Custom action for CLI command arguments Allows the choices for the argument to be mutable. The choices are dynamically retrieved from the keys of the referenced command table c K s2 | | _ t t | � j | | d | j | �d S( Nt choices( t command_tablet superR t __init__R ( t selft option_stringst destR t kwargs( ( s0 /tmp/pip-build-uEGWVr/awscli/awscli/argparser.pyR '