Closed peteanning closed 2 years ago
This is not an alias definition problem just one of documentation.
cargo solve day 01
would do the same as cargo day 01
if the alias were defined as a duplicate of solve
[alias]
day = "run --bin"
solve = "run --bin"
As it probably doesn't make sense to have duplicate aliases
Tried
cargo day 01
having created day 01 withcargo scaffold 1
Also tried adding the missing alias
But no joy I get