diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 15:06:19 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 15:06:19 +0200 |
| commit | 9b3ac77453b828b7705bed5f4881eca4bbf4271f (patch) | |
| tree | 0a4c9cbc97f6371f20ba74c1379f977e7317dbca /options/dataset_options.py | |
| parent | 69036bf2747edb9f4353b94700008156cb807177 (diff) | |
handle some commands
Diffstat (limited to 'options/dataset_options.py')
| -rw-r--r-- | options/dataset_options.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/dataset_options.py b/options/dataset_options.py index 92ea2bc..3ba6452 100644 --- a/options/dataset_options.py +++ b/options/dataset_options.py @@ -108,6 +108,7 @@ class DatasetOptions(BaseOptions): action='store_true', help='internally stores whether or not we should be processing..' ) + self.parser.add_argument( '--pause', action='store_true', |
