implement a cli module #85

Merged
PlexSheep merged 46 commits from feat/cli into devel 2024-07-09 18:12:24 +02:00
Showing only changes of commit 880f2a7b89 - Show all commits

View file

@ -6,6 +6,6 @@ pub use clap;
pub use comfy_table; pub use comfy_table;
pub use console; pub use console;
pub use dialoguer; pub use dialoguer;
pub use indicatif;
pub use exitcode; pub use exitcode;
pub use human_panic; pub use human_panic;
pub use indicatif;