Properties
args
args: string[] = Option.Proxy()
command
command: string = Option.String()
cwd
cwd: undefined | string = Option.String(`--cwd`, {hidden: true})
pkg
pkg: undefined | string = Option.String(`-p,--package`, {description: `The package to run the provided command from`,})
quiet
quiet: boolean = Option.Boolean(`-q,--quiet`, false, {description: `Only report critical errors instead of printing the full install logs`,})
Static paths
paths: string[][] = [[`create`],]