fix fields::merge command

This commit is contained in:
Nicolas Le Goff
2012-05-04 17:16:35 +02:00
parent be63d495be
commit b122293e29
3 changed files with 19 additions and 38 deletions

View File

@@ -31,14 +31,9 @@ class module_console_fieldsDelete extends Command
$this->setDescription('Delete a documentation field from a Databox');
// $this->addArgument('name', InputArgument::REQUIRED, 'Metadata structure ids for source');
$this->addArgument('meta_struct_id', InputArgument::REQUIRED, 'Metadata structure id destination');
$this->addArgument('sbas_id', InputArgument::REQUIRED, 'Databox sbas_id');
// $this->addOption('sbas_id', 's', InputOption::VALUE_REQUIRED, 'Databox sbas_id');
//
// $this->addOption('meta_struct_id', 'm', InputOption::VALUE_REQUIRED, 'Databox meta structure Id');
return $this;
}