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