Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SearchCommand

Hierarchy

Properties

Methods

Properties

cwd

cwd: undefined | string = Option.String(`--cwd`, {hidden: true})

Static paths

paths: string[][] = [[`search`],]

Static usage

usage: Usage = Command.Usage({category: `Interactive commands`,description: `open the search interface`,details: `This command opens a fullscreen terminal interface where you can search for and install packages from the npm registry.`,examples: [[`Open the search window`,`yarn search`,]],})

Methods

execute

  • execute(): Promise<0 | 1>

Generated using TypeDoc