Esempio n. 1
0
 /**
  * (non-PHPdoc)
  *
  * @see \Symfony\Component\Console\Command\Command::configure()
  */
 protected function configure()
 {
     parent::configure();
     $this->addOption("format", "f", InputOption::VALUE_OPTIONAL, "Output format (" . implode(", ", Table::getOutputFormat()) . ")", TXT::name);
     $this->addOption("outputFileName", "ofn", InputOption::VALUE_REQUIRED, "Output File name.");
     $this->addOption("maxColWidth", "cw", InputOption::VALUE_OPTIONAL, "Maximum character width per table col");
 }
Esempio n. 2
0
 /**
  * (non-PHPdoc)
  *
  * @see \Symfony\Component\Console\Command\Command::configure()
  */
 protected function configure()
 {
     parent::configure();
 }