# createArgument

**Kind:** Function

**Source:** [`index.js`](https://github.com/tj/commander.js/blob/main/index.js#L12)

## Signature

```ts
function createArgument(name, description)
```

## Parameters

| Name | Type |
|---|---|
| `name` | `any` |
| `description` | `any` |
