We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019d804 commit caaa78eCopy full SHA for caaa78e
Makefile
@@ -37,7 +37,7 @@ check-fmt :
37
editorconfig-checker
38
39
update-help-md :
40
- $(CARGO) run -p butane_cli --features clap-markdown -q -- --markdown-help list > HELP.md
+ $(CARGO) run -p butane_cli --features clap-markdown,sqlite-bundled -q -- --markdown-help list > HELP.md
41
42
check-help-md :
43
git diff --exit-code HELP.md
0 commit comments