We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
maturin --help
1 parent 087b5f7 commit a2ac014Copy full SHA for a2ac014
src/main.rs
@@ -21,6 +21,7 @@ use std::path::PathBuf;
21
version,
22
name = env!("CARGO_PKG_NAME"),
23
display_order = 1,
24
+ after_help = "Visit https://maturin.rs to learn more about maturin."
25
)]
26
#[cfg_attr(feature = "cargo-clippy", allow(clippy::large_enum_variant))]
27
/// Build and publish crates with pyo3, rust-cpython and cffi bindings as well
0 commit comments