Introduction
CLI
Links
Appearance
import { AddCmdOptions } from "@tsed/cli";
See /packages/cli/src/commands/add/AddCmd.ts.
interface AddCmdOptions extends CommandProvider { name: string; }
name: string;