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
Utils: Expand functionality and refactor join behavior (#12)
Adds two new utilities:
* isCommandArg: takes a string and a command option and determines
if the string is the command option
* normalArg: Normalizes a command line argument for easier parsing
(lowercase, strip leading \ and - characters, etc)
Also refactors join's behavior, instead of stripping a trailing space,
we remove the dangling separator, no matter what it is.
0 commit comments