Closed marcoow closed 1 year ago
This simplifies the CLI by using Cargo [alias] so that instead of
[alias]
cargo run --bin db migrate
one can now use:
cargo db migrate
closes #14
This simplifies the CLI by using Cargo
[alias]
so that instead ofone can now use:
closes #14