Alright I'm stopping myself here
parent
8201f2e2ee
commit
7505b79a81
@ -0,0 +1,6 @@
|
||||
use crate::log;
|
||||
|
||||
pub fn info(verbose: bool) {
|
||||
log!(verbose, "Showing Info");
|
||||
unimplemented!();
|
||||
}
|
Loading…
Reference in New Issue