rust-cookbook
rust-cookbook copied to clipboard
Update clap-basic to use new Arg methods
trafficstars
fixes #616
Things to check before submitting a PR
- [x] the tests are passing locally with
cargo test - [x] cookbook renders correctly in
mdbook serve -o - [x] commits are squashed into one and rebased to latest master
- [x] PR contains correct "fixes #ISSUE_ID" clause to autoclose the issue on PR merge
- if issue does not exist consider creating it or remove the clause
- [x] spell check runs without errors
./ci/spellcheck.sh - [x] link check runs without errors
link-checker ./book - [x] code identifiers in description are in hyperlinked backticks
Things to do after submitting PR
- [x] check if CI is happy with your PR
@collinsmuriuki it seems to be fixed now.
Try
git commit --allow-empty -m "bump" && git push origin fix