Closed keyboardDrummer closed 2 months ago
I'm somewhat leaning toward making the command name or an argument more specific. What about either
dafny extract-boogie file.bpl file.dfy
orextract --language boogie file.bpl file.dfy
with the latter case anticipating the potential for extraction to other languages, as well. What do the two of you think?
It's a hidden command, so I think we're free to change the name/options later without having to be backwards compatible.
I'm somewhat leaning toward making the command name or an argument more specific. What about either
dafny extract-boogie file.bpl file.dfy
orextract --language boogie file.bpl file.dfy
with the latter case anticipating the potential for extraction to other languages, as well. What do the two of you think?It's a hidden command, so I think we're free to change the name/options later without having to be backwards compatible.
Good point. Given that, I'm happy with this.
Touchup PR for https://github.com/dafny-lang/dafny/pull/5621
Description
--help
work when used on hidden commanddsHow has this been tested?
make extract
in DafnyCore. This feature needs some tests but I'm leaving that out of scope of this PR.By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.