optional noaction_option argument to pgetopts() #40
Labels
No labels
blocked
bug
ciritical
code improvement
duplicate
feature
in progress
low
normal
research
spec change
ui
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lib/jpylib#40
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Like the options
-vand-q(verbose and quiet, respectively), the option-n(noaction) is used in a lot of CLI programs. Hence, like theverbosity_optionsargument that adds standard-vand-boption, this shall add the-n(noaction) option.optionalto optionalnoaction_optionargument topgetoptsnoaction_optionargument topgetopts()