function getCommand()

in packages/web-scripts/src/index.ts [287:289]


function getCommand(args: any[]): Command {
  return args[1] as Command;
}