generated from PlexSheep/baserepo
Add clap derive helper for libpt-log
#75
Labels
No Label
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
2 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: PlexSheep/pt#75
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
I often use clap derive, it would be nice to be able to set all logger options from a CLI. This interface could be standardized in
libpt
.Logging
-vvv
would set the log level toTRACE
,-v
would set it toINFO
and suchGeneral
clap
?it would be nice to just add a new
cli
module with acli
featureSee #84