Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
68efb482
Commit
68efb482
authored
Apr 07, 2025
by
Ziqi Fan
Committed by
GitHub
Apr 07, 2025
Browse files
fix: let dynamo run pass --help to dynamo-run (#547)
parent
7dca64df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
deploy/dynamo/sdk/src/dynamo/sdk/cli/run.py
deploy/dynamo/sdk/src/dynamo/sdk/cli/run.py
+2
-2
No files found.
deploy/dynamo/sdk/src/dynamo/sdk/cli/run.py
View file @
68efb482
...
...
@@ -27,10 +27,10 @@ def build_run_command() -> click.Group:
def
cli
():
pass
# set help_option_names to empty to let dynamo-run handles help option, instead of intercepting by "dynamo run"
@
cli
.
command
(
context_settings
=
dict
(
ignore_unknown_options
=
True
,
allow_extra_args
=
True
,
ignore_unknown_options
=
True
,
allow_extra_args
=
True
,
help_option_names
=
()
),
)
def
run
()
->
None
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment