mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-27 22:30:55 +00:00
feat: add the seed contracts
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import type Vorpal from "vorpal";
|
||||
import type { CommandContext } from "./types";
|
||||
|
||||
export function registerCommands(_vorpal: Vorpal, _ctx: CommandContext): void {
|
||||
// Add more command registrations here:
|
||||
// registerMyNewCommand(vorpal, ctx);
|
||||
import { registerSeedTestContracts } from "./seed-test-contracts.cmd";
|
||||
|
||||
export function registerCommands(vorpal: Vorpal, ctx: CommandContext): void {
|
||||
registerSeedTestContracts(vorpal, ctx);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user