an fmt for the night

main
Michal 2 years ago
parent 7505b79a81
commit aae7a78e57
No known key found for this signature in database
GPG Key ID: A6A1A4DCB22279B9

@ -3,4 +3,4 @@ use crate::log;
pub fn info(verbose: bool) { pub fn info(verbose: bool) {
log!(verbose, "Showing Info"); log!(verbose, "Showing Info");
unimplemented!(); unimplemented!();
} }

@ -2,14 +2,14 @@ pub use build::*;
pub use clean::*; pub use clean::*;
pub use clone::*; pub use clone::*;
pub use config::*; pub use config::*;
pub use info::*;
pub use prune::*; pub use prune::*;
pub use pull::*; pub use pull::*;
pub use info::*;
mod build; mod build;
mod clean; mod clean;
mod clone; mod clone;
mod config; mod config;
mod info;
mod prune; mod prune;
mod pull; mod pull;
mod info;

Loading…
Cancel
Save