Moved some files and started skeleton db

This commit is contained in:
2025-08-15 00:55:47 +01:00
parent d168ca88ec
commit 4f095c55ec
4 changed files with 40 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ struct Args {
}
fn main() {
let mut args = Args::parse();
let args = Args::parse();
if args.update {
unimplemented!("Haven't implemented update yet");
}