Created
August 11, 2020 20:21
-
-
Save terrycojones/ec35e1937af2876dc312d51435b4741e to your computer and use it in GitHub Desktop.
This file contains hidden or 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.add_argument( | |
'--noTsvHeader', action='store_false', default=True, | |
dest='printTsvHeader', | |
help='Do not print a TSV header (ignored uness --tsv is used).') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment