lib/cli: automatically add help and license flags #31
Labels
No Label
Bug
Build Problems
Discussion
Distribution
Enhancement
Far Future
Fix Later
TODO
WONTFIX
Workflow
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Depends on
#30 lib/cli: help text generator
BodgeMaster/FOSS-VG
Reference: BodgeMaster/FOSS-VG#31
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Would be very handy to have automatic generation of
-h
/--help
and--license
for all programs that don't explicitly define them otherwise.Another idea stolen from SerenityOS...
This could include a macro that constructs
ArgumentsParser
and automatically checks for these two flags.