marcoow / rust_rest

MIT License
5 stars 1 forks source link

improve CLI #15

Closed marcoow closed 1 year ago

marcoow commented 1 year ago

This simplifies the CLI by using Cargo [alias] so that instead of

cargo run --bin db migrate

one can now use:

cargo db migrate

closes #14