---
symbol: AddCmdOptions
module: "@tsed/cli"
type: interface
meta:
 - name: keywords
   description: api typescript node.js documentation AddCmdOptions interface
---
# AddCmdOptions - @tsed/cli

## Usage

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

> See [/packages/cli/src/commands/add/AddCmd.ts](https://github.com/tsedio/tsed-cli/blob/v7.5.1/packages/cli/src/commands/add/AddCmd.ts#L0-L0).

## Overview

```ts
interface AddCmdOptions extends CommandProvider {
    name: string;
}
```

<!-- Members -->

## name

```ts
name: string;
```
