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
When running tab - (think of forgetting thel after it 😉) I get the following output
error: Found argument '-/' which wasn't expected, or isn't valid in this context
USAGE:
tab [FLAGS] [OPTIONS] [--] [TAB]
For more information try --help
which I would read as an illegal action resulting in a failure. Much to my surprise, however, a tab named - is generated and switched to. tab -l then shows
Available tabs:
-/
Would it be possible to either
disable the error if - is a valid tab name,
turn the error into an informational message that a tab named - was created and that maybe this wasn't what the user intended to do or
forbid the - tab name?
Many thanks for providing this nice tool.
The text was updated successfully, but these errors were encountered:
When running
tab -
(think of forgetting thel
after it 😉) I get the following outputwhich I would read as an illegal action resulting in a failure. Much to my surprise, however, a tab named
-
is generated and switched to.tab -l
then showsWould it be possible to either
-
is a valid tab name,-
was created and that maybe this wasn't what the user intended to do or-
tab name?Many thanks for providing this nice tool.
The text was updated successfully, but these errors were encountered: