Пример #1
0
 /**
  * @inheritdoc
  */
 protected function configure()
 {
     parent::configure();
     $this->setName('hshn:npm:install')->setDescription('npm install');
 }
Пример #2
0
 /**
  * @inheritDoc
  */
 protected function configure()
 {
     parent::configure();
     $this->setName('hshn:npm:run')->setDescription('npm run')->addArgument('npm-command', InputArgument::REQUIRED, 'npm command');
 }