Skip to content

Commit c88883a

Browse files
committed
feat: export Command struct from script.sol
1 parent 2c31886 commit c88883a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/script.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pragma solidity >=0.8.13 <0.9.0;
44
import {console} from "./_modules/Console.sol";
55
import {vulcan} from "./_modules/Vulcan.sol";
66
import {accountsSafe as accounts, accounts as accountsUnsafe} from "./_modules/Accounts.sol";
7-
import {commands} from "./_modules/Commands.sol";
7+
import {commands, Command} from "./_modules/Commands.sol";
88
import {ctxSafe as ctx, ctx as ctxUnsafe} from "./_modules/Context.sol";
99
import {env} from "./_modules/Env.sol";
1010
import {events} from "./_modules/Events.sol";

0 commit comments

Comments
 (0)