Skip to content

Commit

Permalink
Update command-line help to include the EDITOR environment variable.
Browse files Browse the repository at this point in the history
Fixes #743
  • Loading branch information
robdockins committed Feb 11, 2021
1 parent 3e0cf3e commit 08bfdc8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cryptol/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,15 @@ displayHelp errs = do
, "addition to the default locations"
]
)
, ( "EDITOR"
, [ "Sets the editor executable to use when opening an editor"
, "via the `:edit` command"
]
)
, ( "SBV_{ABC,BOOLECTOR,CVC4,MATHSAT,YICES,Z3}_OPTIONS"
, [ "A string of command-line arguments to be passed to the"
, "corresponding solver invoked for `:sat` and `:prove`"
, "when using a prover via SBV"
]
)
]
Expand Down

0 comments on commit 08bfdc8

Please sign in to comment.