Skip to content

Instantly share code, notes, and snippets.

@vipulsabhaya
Created October 10, 2013 19:38
Show Gist options
  • Save vipulsabhaya/6924232 to your computer and use it in GitHub Desktop.
Save vipulsabhaya/6924232 to your computer and use it in GitHub Desktop.
parser.add_argument('--os-auth-url',
metavar='<auth-url>',
default=utils.env('OS_AUTH_URL',
'TROVE_URL'),
help='Defaults to env[OS_AUTH_URL].')
parser.add_argument('--os_auth_url',
help=argparse.SUPPRESS)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment