Class: App
App.App
Iniquity CLI
summary The main entry into all iniquity cli commands that are available.
implements {yargs.CommandModule}
Implements
CommandModule
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new App()
Properties
command
• command: string = "term [options]"
Implementation of
yargs.CommandModule.command
Defined in
iniquity/src/commands/term.ts:48
describe
• describe: string = "Use iniquity's built in terminal client."
Implementation of
yargs.CommandModule.describe
Defined in
iniquity/src/commands/term.ts:49
Methods
builder
▸ builder(yargs): Argv<{ name: undefined | string } & { template: undefined | string } & { install: undefined | string } & { packages: undefined | string }>
Parameters
| Name | Type |
|---|---|
yargs |
Argv<Object> |
Returns
Argv<{ name: undefined | string } & { template: undefined | string } & { install: undefined | string } & { packages: undefined | string }>
Implementation of
yargs.CommandModule.builder
Defined in
iniquity/src/commands/term.ts:51
handler
▸ handler(argv): void
Parameters
| Name | Type |
|---|---|
argv |
Object |
Returns
void
Implementation of
yargs.CommandModule.handler