Skip to content

AddCmdOptions

@tsed/cli

Usage

typescript
import { AddCmdOptions } from "@tsed/cli";

See /packages/cli/src/commands/add/AddCmd.ts.

Overview

ts
interface AddCmdOptions extends CommandProvider {
    name: string;
}

name

ts
name: string;

Released under the MIT License.