Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cli help #158

Merged
merged 1 commit into from
May 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,17 @@ FLAGS:
-v, --verify Checks proof validity
-m, --verify-markup Checks comment markup
--verify-parse-stmt Checks that printing parsed statements gives back the original formulas
-u, --verify-usage Checks axiom usage

OPTIONS:
--text <NAME> <TEXT> Provides raw database content on the command line
--biblio <FILE>... Supplies a bibliography file for verify-markup
Can be used one or two times; the second is for exthtml processing
-D, --discouraged <FILE> Regenerates `discouraged` file
-e, --export <LABEL>... Outputs a proof file
-j, --jobs <jobs> Number of threads to use for verification
--text <NAME> <TEXT> Provides raw database content on the command line
-X, --axiom-use <FILE> Generate `axiom-use` file
--biblio <FILE>... Supplies a bibliography file for verify-markup
Can be used one or two times; the second is for exthtml processing
-D, --discouraged <FILE> Regenerates `discouraged` file
-e, --export <LABEL>... Outputs a proof file
-j, --jobs <jobs> Number of threads to use for verification
--stmt-use <FILE> <LABELS> Outputs statements directly or indirectly using the given list of statements

ARGS:
<DATABASE> Database file to load
Expand Down
Loading