Skip to content

Instantly share code, notes, and snippets.

@terrycojones
Created August 11, 2020 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save terrycojones/ec35e1937af2876dc312d51435b4741e to your computer and use it in GitHub Desktop.
Save terrycojones/ec35e1937af2876dc312d51435b4741e to your computer and use it in GitHub Desktop.
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