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

Options: print the option's help when arguments are wrong #3649

Merged
merged 2 commits into from
Jan 5, 2025

Conversation

mtzguido
Copy link
Member

@mtzguido mtzguido commented Jan 5, 2025

$ ./bin/fstar.exe --admit_smt_queries
error: last option 'admit_smt_queries' takes an argument but has none
--admit_smt_queries <true|false>
    Admit SMT queries, unsafe! (default 'false')

```
$ ./bin/fstar.exe --admit_smt_queries
error: last option 'admit_smt_queries' takes an argument but has none
--admit_smt_queries <true|false>
    Admit SMT queries, unsafe! (default 'false')
```
@mtzguido mtzguido enabled auto-merge January 5, 2025 19:50
@mtzguido mtzguido merged commit 0271708 into FStarLang:master Jan 5, 2025
3 checks passed
@mtzguido mtzguido deleted the opthelp branch January 5, 2025 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant