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
this complicates macro parsing, as 1 is not an ident
fuchsia guidelines, which we mostly follow, explictly tells
Do not create numeric options, such as -1 or -2. E.g. rather than having -1 mean to do something once, add a --once option. If a numeric value is needed, make a keyed option, like --repeat .
We should provide a nicer error message here though!
It says
error: invalid flags syntax, long option is required for '-'
if I try to doThe text was updated successfully, but these errors were encountered: