Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Commit

Permalink
Add directory argument to download parser
Browse files Browse the repository at this point in the history
  • Loading branch information
HACKERMD committed Dec 14, 2016
1 parent 10e71d8 commit 4aa619f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/python/tmclient/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,10 @@ def _get_parser(cls):
description='Download data.',
formatter_class=argparse.ArgumentDefaultsHelpFormatter
)
download_parser.add_argument(
'-d', '--directory',
help='path to directory where files should be downloaded to'
)

download_subparsers = download_parser.add_subparsers(
dest='file_type', help='file type'
Expand Down

0 comments on commit 4aa619f

Please sign in to comment.