chore: setup script

This commit is contained in:
ghost2023
2026-07-01 12:26:37 +03:00
parent 50b6b7c3ee
commit c88c5ee450
5 changed files with 972 additions and 98 deletions

View File

@@ -0,0 +1,7 @@
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);
}