generated from PlexSheep/baserepo
cli module #84
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#84
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?
The idea here is just to bundle a bunch of useful CLI stuff together, and some stuff to make it easier to use. There are probably people that do it better than I do (and put in a lot more work), so prefer to use a dep if possible.
Reexports
Evaluate deps
Extras
borderprinter
function that prints text as wide as possible with comfy_tables and accepts a colorInitializing of a logger (optional)make sure that tracing has no incompatabilitesautomatic/easy generation of man pages with clap_mangenStructural changes to other components
cli
examples
tests
feature: cli moduleto FEAT: cli moduleeasy_repl is a good codebase, but it does not quite do what I want, so I'd rather try to implement a repl system myself. I will try to reuse what I think works good there. (It's MIT licensed)
FEAT: cli moduleto cli moduleclap_mangen seems to only work with the clap builder API, which I don't like
tests are done with the doc tests and examples