You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nested workflows might have multiple [parameters] step. Right now when option -h is passed to an ArgumentParser, it will print out help message for the first [parameters] step and quit. It is therefore difficult to print out options from all [parameters] steps. A solution is to hijack -h and turn on a help mode and process all [parameters] steps but it is not time to worry about this corner case for now.
The text was updated successfully, but these errors were encountered:
Nested workflows might have multiple
[parameters]
step. Right now when option-h
is passed to an ArgumentParser, it will print out help message for the first[parameters]
step and quit. It is therefore difficult to print out options from all[parameters]
steps. A solution is to hijack-h
and turn on ahelp
mode and process all[parameters]
steps but it is not time to worry about this corner case for now.The text was updated successfully, but these errors were encountered: