Scetch the dev subcommand

This commit is contained in:
mo8it
2024-04-15 23:54:57 +02:00
parent f5eaa578b9
commit 7ebc260924
4 changed files with 39 additions and 12 deletions
+5
View File
@@ -0,0 +1,5 @@
use anyhow::Result;
pub fn check() -> Result<()> {
todo!()
}
+5
View File
@@ -0,0 +1,5 @@
use anyhow::Result;
pub fn init() -> Result<()> {
todo!()
}