Skip to content

Commit 087b5f7

Browse files
committed
Add link to bindings guide in new and init commands
1 parent 32b085a commit 087b5f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/new_project.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,9 @@ fn generate_project(
203203
} else {
204204
let selection = Select::with_theme(&ColorfulTheme::default())
205205
.with_prompt(format!(
206-
"🤷 {}",
207-
style("Which kind of bindings to use?").bold()
206+
"🤷 {}\n 📖 {}",
207+
style("Which kind of bindings to use?").bold(),
208+
style("Documentation: https://maturin.rs/bindings.html").dim()
208209
))
209210
.items(&bindings_items)
210211
.default(0)

0 commit comments

Comments
 (0)