For frequently used commands shorter is better, so cargo b is better than cargo build
What do you think of recommending adding an extra similar alias of x? (r/t are taken, e for execute is nice, but doesn't match the project's name)
[alias]
xtask = "run --package xtask --"
x = "run --package xtask --"
For frequently used commands shorter is better, so
cargo bis better thancargo buildWhat do you think of recommending adding an extra similar alias of
x? (r/tare taken,efor execute is nice, but doesn't match the project's name)