Introduction
CLI
Links
Appearance
import { RunCmdContext } from "@tsed/cli";
See /packages/cli/src/commands/run/RunCmd.ts.
interface RunCmdContext { production: boolean; command: string; rawArgs: string[]; }
production: boolean;
command: string;
rawArgs: string[];