First and foremost, thanks for this great tool.
It would be nice to have dotenv as recipe attributes for projects with multiple environments. Having to call with --dotenv-filename (and remember the correct dotenv) is cumbersome.
[dotenv-path: ".staging.env"]
run:
cargo run .
Seems related to #3069.
First and foremost, thanks for this great tool.
It would be nice to have dotenv as recipe attributes for projects with multiple environments. Having to call with
--dotenv-filename(and remember the correct dotenv) is cumbersome.Seems related to #3069.