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
In #61, since the old way of retrieving the command submitted by the user was breaking some use cases of the cwltest we just used the wrapped_cmd (see here). We should find a new way of retrieving the command so prettified_cmd can be used to be shown to the user in the CLI or the UI.
In #61, since the old way of retrieving the command submitted by the user was breaking some use cases of the
cwltest
we just used thewrapped_cmd
(see here). We should find a new way of retrieving the command soprettified_cmd
can be used to be shown to the user in the CLI or the UI.In kind of pseudocode:
The text was updated successfully, but these errors were encountered: