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
Currently, this not able to parse last parameter string and give an error -
raise ValueError('Please, specify -p / --parameter using a single \'=\' ' +
ValueError: Please, specify -p / --parameter using a single '=' as spacer. E.g: input=value
The text was updated successfully, but these errors were encountered:
sk-sahu
changed the title
Accept parameters value with = in the string
As a user, I want the jobs command to accept parameters value with = in the string
Sep 21, 2022
There are use cases where
=
needs to present in the string. For example ---parameter expression='GT="AA"'
Currently, this not able to parse last parameter string and give an error -
The text was updated successfully, but these errors were encountered: