pgetopt: change the -?/--usage and -h/--help option semantics #10
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
w21/jpylib#10
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?
Turns out the
-his in the way more often than I thought, as in programs that want to display large numbers in the Mega, Giga, Tera range as "human readable" with a suffix, likeduanddf. Maybe it is time to free it.Ideas:
-?the main option for usage and help, meaning it prints the full help message including the usage. It shouldn't be in the way at all. What about--usage— will I still need/want it at all?-?(just as it now refers to-h).-h, make it an alias to-?.--helpmust stay — I am not its biggest fan, but it is the GNU/Linux standard.Sounds like a good plan if I have more than 10 KB.
changed title from pgetopt: slight change of the -?/--usage and -h/--help options to pgetopt: slight change of the -?/--usage and -h/--help option{+ semantic+}s
changed title from pgetopt: {-slight change of-} the -?/--usage and -h/--help option semantics to pgetopt: {+change+} the -?/--usage and -h/--help option semantics
Yes, I definitely think it is time to free the
-hoption for the using program. Commencing.closed via commit
c6ab7576d8