Skip to content

Commit

Permalink
chore: add ir_runtime option to cli help (#3592)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaversaccio committed Sep 6, 2023
1 parent 41c9a3a commit 09f95c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vyper/cli/vyper_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
opcodes_runtime - List of runtime opcodes as a string
ir - Intermediate representation in list format
ir_json - Intermediate representation in JSON format
ir_runtime - Intermediate representation of runtime bytecode in list format
asm - Output the EVM assembly of the deployable bytecode
hex-ir - Output IR and assembly constants in hex instead of decimal
"""
Expand Down

0 comments on commit 09f95c5

Please sign in to comment.