idk why this isn't in master yet #94

Merged
cscherrNT merged 79 commits from devel into master 2024-07-22 13:30:20 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 6074ba899d - Show all commits

View File

@ -1,9 +1,9 @@
pub mod args;
pub mod printing;
pub mod repl;
pub mod args;
pub use clap;
pub use comfy_table;
pub use console;
pub use dialoguer;
pub use indicatif;
pub use clap;