Skip to content

Commit

Permalink
Add "-S" option to /usr/bin/env
Browse files Browse the repository at this point in the history
  • Loading branch information
heeckhau committed Sep 3, 2024
1 parent 6750d23 commit 3ef9193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/cli/help.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env cargo +nightly -Zscript
#!/usr/bin/env -S cargo +nightly -Zscript
---
[dependencies]
clap = {version="4", features = ["derive"]}
Expand Down

0 comments on commit 3ef9193

Please sign in to comment.