cargo-ndk
cargo-ndk copied to clipboard
Use CARGO_NDK_OUTPUT_PATH to set default path
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!
Next major release I will probably replace this with clap, so environment variables can be used for such things.
Fixed on main.