generated from PlexSheep/baserepo
implement a cli module #85
No reviewers
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#85
Loading…
Reference in New Issue
No description provided.
Delete Branch "feat/cli"
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?
see #84
This PR implements/bundles a lot of functionalities for the simplified creation of CLI applications
5e72ff3fa6
to630c50a64a
@ -0,0 +101,4 @@
/// ```
#[derive(Parser, Clone, PartialEq, Eq, Hash)]
#[cfg(feature = "log")]
pub struct VerbosityLevel {
If we add more to the
args
module in the future, we will have to moveVerbosityLevel
to a submodule of theargs
module.going strong so far
6ae2881148
to471364e711
yay
WIP: implement a cli moduleto implement a cli module