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
Right, this is alluded to in the commit which added "flag". I have to say this is an unfortunate tangle at this point. I added -n mostly for testing purposes back in the day. "flag" was added much later. Perhaps it should simply reject "n" with an error. Resuming execution with "flag n -" makes no sense.
Executing
flag n +
does not stop execution. If it did, how would we recoverflag n -
. Should flag 'n' be immutable?I expected no output, similar to the case when
-n
is passed on the command line:The text was updated successfully, but these errors were encountered: