Skip to main content

Interface: PluginArgs

The arguments passed from the CLI to a plugin's register() function.

Properties

bluehawk

bluehawk: Bluehawk

The [[Bluehawk]] instance that a plugin can use to add Bluehawk commands, languages, and listeners.

Defined in

bluehawk/Plugin.ts:49


bluehawkVersion

bluehawkVersion: string

The current semantic version string of Bluehawk.

Defined in

bluehawk/Plugin.ts:60


yargs

yargs: Argv<>

The yargs instance that a plugin can modify to add CLI commands and options.

Defined in

bluehawk/Plugin.ts:55


yargsVersion

yargsVersion: string

The current semantic version string of Yargs.

Defined in

bluehawk/Plugin.ts:65