diff options
| author | Kaalleen <reni@allenka.de> | 2023-05-10 15:57:21 +0200 |
|---|---|---|
| committer | Kaalleen <reni@allenka.de> | 2023-05-10 15:57:21 +0200 |
| commit | 573abab9e7fde4c863ee37a5b7e7d5fbcc540c34 (patch) | |
| tree | 3577e27a71afdb9a3f6bb9a1456a53780daf7574 /lib/extensions/gradient_blocks.py | |
| parent | 39627371acc4c5e6081ec1b22552d063e28ff670 (diff) | |
add help tab to gradient block extension
Diffstat (limited to 'lib/extensions/gradient_blocks.py')
| -rw-r--r-- | lib/extensions/gradient_blocks.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/extensions/gradient_blocks.py b/lib/extensions/gradient_blocks.py index 563e3127..d80d5340 100644 --- a/lib/extensions/gradient_blocks.py +++ b/lib/extensions/gradient_blocks.py @@ -28,6 +28,9 @@ class GradientBlocks(CommandsExtension): def __init__(self, *args, **kwargs): CommandsExtension.__init__(self, *args, **kwargs) + self.arg_parser.add_argument("--notebook", type=str, default=0.0) + self.arg_parser.add_argument("--options", type=str, default=0.0) + self.arg_parser.add_argument("--info", type=str, default=0.0) self.arg_parser.add_argument("-e", "--end-row-spacing", type=float, default=0.0, dest="end_row_spacing") def effect(self): |
