コード例 #1
0
 protected function configure()
 {
     parent::configure();
     $this->setName('from')->setDescription('(with arguments) Get sismic events news around a given location');
     return true;
 }
コード例 #2
0
 protected function configure()
 {
     parent::configure();
     $this->setName('ask')->setDescription('(interactive) Get sismic events news')->setHelp("\n                The <info>shake ask</info> interactive command allows you to determine\n                <comment>from where</comment> and <comment>for wich period</comment>\n                you want to fetch infos about sismic event\n                ");
 }