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
For your first point: Aliases are only meant to be single characters. That follows the Utility Syntax guidline. A -fb is actually a shorter way to write -f -b.
I'll look into the second report~! That doesn't look right and should be handled.
foo.js
Notice that what should be
--foobar
is-foobar
and what should be-fb
is--fb
.Additionally:
Notice that what should be
--foo-bar
is--foobar
.The text was updated successfully, but these errors were encountered: