diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 14:50:22 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 14:50:22 +0200 |
| commit | 9c60f346fbf69c496e1508cc4e81389570fb74ca (patch) | |
| tree | f2dca6d26e20468eb7f81bb08fc258a21b4bd17f /options | |
| parent | 1befc36e9fc357956c9594b325875fa152b42caf (diff) | |
vars..
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' |
