Skip to content

Commit a639306

Browse files
Update CLI readme.
1 parent a64baa7 commit a639306

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

erdpy/CLI.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,9 @@ optional arguments:
132132
False)
133133
--wasm-name WASM_NAME for rust projects, optionally specify the name of the wasm bytecode output file
134134
--wasm-suffix WASM_SUFFIX for rust projects, optionally specify the suffix of the wasm bytecode output file
135-
--skip-eei-checks skip EEI compatibility checks (default: False)
136-
--ignore-eei-checks ignore EEI compatibility errors (default: False)
135+
--eei-checks run EEI compatibility checks (default: False)
136+
--skip-eei-checks deprecated flag
137+
--ignore-eei-checks deprecated flag
137138
138139
```
139140
### Contract.Clean
@@ -430,8 +431,9 @@ optional arguments:
430431
output file
431432
--wasm-suffix WASM_SUFFIX for rust projects, optionally specify the suffix of the wasm bytecode
432433
output file
433-
--skip-eei-checks skip EEI compatibility checks (default: False)
434-
--ignore-eei-checks ignore EEI compatibility errors (default: False)
434+
--eei-checks run EEI compatibility checks (default: False)
435+
--skip-eei-checks deprecated flag
436+
--ignore-eei-checks deprecated flag
435437
436438
```
437439
## Group **Transactions**

0 commit comments

Comments
 (0)