Skip to content

Commit 9acb4b7

Browse files
committed
refactor: wire gas-map into the eest commands for discoverability
1 parent 97754bb commit 9acb4b7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • packages/testing/src/execution_testing/cli/eest

packages/testing/src/execution_testing/cli/eest/cli.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import click
77

88
from .commands import clean, info
9+
from .commands.gas_map import gas_map
910
from .make.cli import make
1011

1112

@@ -33,3 +34,4 @@ def eest() -> None:
3334
eest.add_command(make)
3435
eest.add_command(clean)
3536
eest.add_command(info)
37+
eest.add_command(gas_map, name="gas-map")

0 commit comments

Comments
 (0)