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) {
log!(verbose, "Showing Info");
unimplemented!();
}
}

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

Loading…
Cancel
Save