marcoow / rust_rest

MIT License
5 stars 1 forks source link

Use cargo `[alias]` for better CLI #14

Closed marcoow closed 1 year ago

marcoow commented 1 year ago

e.g. it could be used to change the invocation of the migration binary from

cargo run --bin db migrate -e test

to

cargo db migrate -e test

see https://doc.rust-lang.org/cargo/reference/config.html#configuration-format