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
It's a common pattern to be able to input positional arguments with leading hyphens after having specified -- once.
An as an example printf "%s\n" "-pos" | grep -i -- -pos. This is a test I just wrote describing this behaviour