Signed-off-by: Georg Ehrke <developer@georgehrke.com>
parent::__construct();
$this->checker = $checker;
}
-
+
/**
* {@inheritdoc }
*/
$this
->setName('integrity:check-app')
->setDescription('Check integrity of an app using a signature.')
- ->addArgument('appid', null, InputArgument::REQUIRED, 'Application to check')
+ ->addArgument('appid', InputArgument::REQUIRED, 'Application to check')
->addOption('path', null, InputOption::VALUE_OPTIONAL, 'Path to application. If none is given it will be guessed.');
}