feat: prepare initial cli layout
Made initial command scopes d -> docker related commands dc -> docker compose related commands dj -> django related commands pg -> postgres related commands
This commit is contained in:
11
src/scripts/postgres.rs
Normal file
11
src/scripts/postgres.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
use std::path::PathBuf;
|
||||
|
||||
pub fn import(path: &PathBuf) {
|
||||
println!("{path:?}");
|
||||
todo!()
|
||||
}
|
||||
|
||||
pub fn dump(path: &PathBuf) {
|
||||
println!("{path:?}");
|
||||
todo!()
|
||||
}
|
||||
Reference in New Issue
Block a user