mm(1): error out when given positional arguments #92
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "mm"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #90; mm(1) ignored positional arguments, which when used in an mm invocation are invalid.
This change makes mm(1) print usage text and exit when positional arguments are used. It changes the existing usage text in option parsing to a call to a new function that does the same, then uses that function also if there are arguments that weren't parsed as options or optargs.
Merged.
Pull request closed