generated from PlexSheep/baserepo
implement a cli module #85
|
@ -1,4 +1,5 @@
|
||||||
pub mod repl;
|
pub mod repl;
|
||||||
|
pub mod printing;
|
||||||
|
|
||||||
pub use indicatif;
|
pub use indicatif;
|
||||||
pub use console;
|
pub use console;
|
||||||
|
|
|
@ -8,5 +8,3 @@
|
||||||
|
|
||||||
/// macros to make things faster in your code
|
/// macros to make things faster in your code
|
||||||
pub mod macros;
|
pub mod macros;
|
||||||
/// some general use printing to stdout tools
|
|
||||||
pub mod printing;
|
|
||||||
|
|
Reference in New Issue