diff options
Diffstat (limited to 'options')
| -rw-r--r-- | options/dataset_options.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/options/dataset_options.py b/options/dataset_options.py index 5457c22..92ea2bc 100644 --- a/options/dataset_options.py +++ b/options/dataset_options.py @@ -104,6 +104,17 @@ class DatasetOptions(BaseOptions): ### RECURSION self.parser.add_argument( + '--processing', + action='store_true', + help='internally stores whether or not we should be processing..' + ) + self.parser.add_argument( + '--pause', + action='store_true', + help='internally tells the loop to pause..' + ) + + self.parser.add_argument( '--transition', action='store_true', help=' sine wave transition' |
