cargo-ndk icon indicating copy to clipboard operation
cargo-ndk copied to clipboard

Use CARGO_NDK_OUTPUT_PATH to set default path

Open jonatino opened this issue 9 months ago • 1 comments

On load, can we use CARGO_NDK_OUTPUT_PATH to set the default output path? I use a custom output path and it's annoying to type every time into the cli. It'd be nice to just set an env var and not have to type it every time. Thanks!

jonatino avatar Feb 28 '25 04:02 jonatino

Next major release I will probably replace this with clap, so environment variables can be used for such things.

bbqsrc avatar Mar 03 '25 21:03 bbqsrc

Fixed on main.

bbqsrc avatar Jul 26 '25 11:07 bbqsrc