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
$ hurl --foo
error: error: unexpected argument '--foo' found
tip: to pass '--foo' as a value, use '-- --foo'
Usage: hurl [OPTIONS] [FILES]...
For more information, try '--help'.
The error message is error: error: unexpected argument '--foo' found (error is duplicated twice)
The text was updated successfully, but these errors were encountered:
When using a non existing CLI option:
The error message is
error: error: unexpected argument '--foo' found
(error
is duplicated twice)The text was updated successfully, but these errors were encountered: