Skip to content

Commit

Permalink
man/nitc: Update man page
Browse files Browse the repository at this point in the history
Update man page to add `--in-out-invariant` option

Signed-off-by: Florian Deljarry <[email protected]>
  • Loading branch information
Delja committed Jul 14, 2020
1 parent 3315fab commit 27948de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions share/man/nitc.md
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,9 @@ Option used to disable the contracts(ensures, expects) usage.
### `--full-contract`
Option used to enables contracts (ensures, expects) on all classes. Warning this is an expensive option at runtime.

### `--in-out-invariant`
Option used to enable `invariant` verification on entry and exit of a method. By default, invariants are only checked on exit. Note, that the contracts are not checked on a `self` call.

# ENVIRONMENT VARIABLES

### `NIT_DIR`
Expand Down

0 comments on commit 27948de

Please sign in to comment.