Skip to content

Commit a2ac014

Browse files
committed
Add a link to user guide in maturin --help
1 parent 087b5f7 commit a2ac014

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ use std::path::PathBuf;
2121
version,
2222
name = env!("CARGO_PKG_NAME"),
2323
display_order = 1,
24+
after_help = "Visit https://maturin.rs to learn more about maturin."
2425
)]
2526
#[cfg_attr(feature = "cargo-clippy", allow(clippy::large_enum_variant))]
2627
/// Build and publish crates with pyo3, rust-cpython and cffi bindings as well

0 commit comments

Comments
 (0)