/**
     * {@inheritdoc}
     */
    protected function configure()
    {
        parent::configure();
        $this->setName('use-case')->setDescription('creates an use-case diagram from a file')->setHelp(<<<EOT
The <info>use-case</info> command generates an use-case diagram from a file

<info>yuml-php use-case src/use-cases.txt</info> builds an use-case diagram for the file
EOT
);
    }
    /**
     * {@inheritdoc}
     */
    protected function configure()
    {
        parent::configure();
        $this->setName('activity')->setDescription('creates an activity diagram from a file')->setHelp(<<<EOT
The <info>activity</info> command generates an activity diagram from a file

<info>yuml-php activity src/activities.txt</info> builds an activity diagram for the file
EOT
);
    }
 protected function configure()
 {
     parent::configure();
     $this->setName('location:remove');
     $this->setDescription("Remove location context and it's configuration");
 }
Beispiel #4
0
 public function configure()
 {
     parent::configure();
     $this->setName('cache:clear')->setDescription('Clears cache records');
 }
 protected function configure()
 {
     parent::configure();
     $this->setName('upstream:add');
 }
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     parent::configure();
     $this->setName('deployer:rollback')->setDescription('Rollbacks to the previous version');
 }
 protected function configure()
 {
     parent::configure();
     $this->setName('upstream:server:remove');
     $this->setDescription("Removes server directive from upstream context and configuration");
 }
 protected function configure()
 {
     parent::configure();
     $this->setName('upstream:server:add');
     $this->setDescription("Adds server directive to upstream context and configuration");
 }