Skip to content

Interface: Args ​

An object that contains argument schema.

This type is used to define the structure and validation rules for command line arguments.

Signature ​

ts
interface Args

Indexable ​

ts
[option: string]: ArgSchema

Released under the MIT License.