Add --attribute-help
flag
#5185
Labels
kind: enhancement
Enhancements, feature requests, etc. These are NOT bugs, but ways we can improve Dafny
--attribute-help
flag
#5185
Summary
It should be easy to get a list of what attributes Dafny supports and what each ones does.
Background and Motivation
The old-style options have an
/attrHelp
flag, and that text is available in Dafny already, so we should be able to access it with new-style options.Proposed Feature
Add a
--attribute-help
flag to print help about all available attributes.Alternatives
It's possible to use
--boogie -attrHelp
at the moment, but it's not obvious.The text was updated successfully, but these errors were encountered: