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
then the argument is only forwarded to the started application, but the verbose output is not printed.
Only if there is at least one other argument, the verbose flag is taken into account.
I'd like to suggest besides fixing this, so that it works standalone,
to also swallow the first occurrence of this flag, so that it is not forwarded to the started application which might otherwise bail on invalid arguments.
For case that it is also a valid argument of the started application, it should only swallow the first occurrence and then stop searching. (currently it always iterates over all arguments)
The text was updated successfully, but these errors were encountered:
If I call
then the argument is only forwarded to the started application, but the verbose output is not printed.
Only if there is at least one other argument, the verbose flag is taken into account.
I'd like to suggest besides fixing this, so that it works standalone,
to also swallow the first occurrence of this flag, so that it is not forwarded to the started application which might otherwise bail on invalid arguments.
For case that it is also a valid argument of the started application, it should only swallow the first occurrence and then stop searching. (currently it always iterates over all arguments)
The text was updated successfully, but these errors were encountered: