Properties
cwd
cwd: undefined | string = Option.String(`--cwd`, {hidden: true})
json
json: boolean = Option.Boolean(`--json`, false, {description: `Format the output as an NDJSON stream`,})
Static paths
paths: string[][] = [[`plugin`, `runtime`],]
Static usage
usage
: Usage = Command.Usage({category: `Plugin-related commands`,description: `list the active plugins`,details: `This command prints the currently active plugins. Will be displayed both builtin plugins and external plugins.`,examples: [[`List the currently active plugins`,`$0 plugin runtime`,]],})