generated from PlexSheep/baserepo
Merge branch 'feat/cli' of https://git.cscherr.de/PlexSheep/pt into feat/cli
cargo devel CI / cargo CI (push) Successful in 2m6s
Details
cargo devel CI / cargo CI (push) Successful in 2m6s
Details
This commit is contained in:
commit
198630b35a
|
@ -1,7 +1,7 @@
|
||||||
pub mod repl;
|
pub mod repl;
|
||||||
pub mod printing;
|
pub mod printing;
|
||||||
|
|
||||||
pub use indicatif;
|
pub use comfy_table;
|
||||||
pub use console;
|
pub use console;
|
||||||
pub use dialoguer;
|
pub use dialoguer;
|
||||||
pub use comfy_table;
|
pub use indicatif;
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
|
Reference in New Issue