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
If my shell command uses "getopts" for named arguments in bash script, this script cannot be called via qds python api.
For example,
my bash script expects a named parameter " -- date or -d ", When I pass " --date=2016-01-01 " in "parameters" argument for shell command, the invocation fails.
The text was updated successfully, but these errors were encountered:
If my shell command uses "getopts" for named arguments in bash script, this script cannot be called via qds python api.
For example,
my bash script expects a named parameter " -- date or -d ", When I pass " --date=2016-01-01 " in "parameters" argument for shell command, the invocation fails.
The text was updated successfully, but these errors were encountered: