Skip to content

mapCommanderOptions

@tsed/cli-core

Usage

typescript
import { mapCommanderOptions } from "@tsed/cli-core";

See /packages/cli-core/src/utils/mapCommanderOptions.ts.

Overview

ts
function mapCommanderOptions(commandName: string, commands: readonly Command[]): any;

Released under the MIT License.