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
positional arguments that start with a - get misinterpreted as optionals. This prevents e.g. taking numbers or filenames that start with a dash as required arguments, despite being permitted by Fuchsia's command-line tools rubric.
The text was updated successfully, but these errors were encountered:
Because of
argh/argh/src/lib.rs
Line 923 in f02f6b4
positional arguments that start with a
-
get misinterpreted as optionals. This prevents e.g. taking numbers or filenames that start with a dash as required arguments, despite being permitted by Fuchsia's command-line tools rubric.The text was updated successfully, but these errors were encountered: