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
bluehawkVersion
• bluehawkVersion: string
The current semantic version string of Bluehawk.
Defined in
yargs
• yargs: Argv
<{}>
The yargs instance that a plugin can modify to add CLI commands and options.
Defined in
yargsVersion
• yargsVersion: string
The current semantic version string of Yargs.