rust-cookbook icon indicating copy to clipboard operation
rust-cookbook copied to clipboard

Update clap-basic to use new Arg methods

Open c12i opened this issue 5 years ago • 1 comments
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

c12i avatar Sep 27 '20 00:09 c12i

@collinsmuriuki it seems to be fixed now.

Try

git commit --allow-empty -m "bump" && git push origin fix

h3nill avatar Oct 15 '20 06:10 h3nill