-
Couldn't load subscription status.
- Fork 94
Open
Description
According to the Fuchsia command line rubric, and general Unix practice, a single dash is not allowed as a key or switch, but that's how argh treats it, because it doesn't have a special case for it like it does for --.
Line 893 in 3f3c297
| if next_arg.starts_with('-') && !options_ended { |
This means that to pass a single dash as a positional argument, you have to pass -- -, which is very unintuitive.
Metadata
Metadata
Assignees
Labels
No labels