1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Search and list the available python installations
Usage: maturin[EXE] list-python [OPTIONS]
Options:
--target <TARGET>
-v, --verbose...
Use verbose output.
* Default: Show build information and `cargo build` output. * `-v`: Use `cargo build -v`.
* `-vv`: Show debug logging and use `cargo build -vv`. * `-vvv`: Show trace logging.
You can configure fine-grained logging using the `RUST_LOG` environment variable.
(<https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html#directives>)
-h, --help
Print help (see a summary with '-h')
|