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.
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.
trinity
added the bug label 2024-04-02 11:23:30 -06:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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