Created
August 12, 2014 15:04
-
-
Save chixq/375712e092dc1ebe22f3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parser = argparse.ArgumentParser(formatter_class=argparse.RawTextHelpFormatter, | |
description=textwrap.dedent(description), | |
epilog=textwrap.dedent(epilog), | |
add_help=False) | |
# group = parser.add_argument_group('AutoOpsCLI version 1') | |
arg = parser.add_argument | |
arg('--verylong-param', | |
help='非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长非常长') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment