Skip to content

CommandOptions

@tsed/cli-core

Usage

typescript
import { CommandOptions } from "@tsed/cli-core/src/interfaces/CommandOptions";

See /packages/cli-core/src/interfaces/CommandOptions.ts.

Overview

ts
type CommandOptions<Input> = ClassCommandOptions<Input> | FunctionalCommandOptions<Input>;

Released under the MIT License.