Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Jul 8, 2018
1 parent 007cd57 commit a02aa3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
/phpunit.xml
/phpunit-*.xml
/composer.lock
.DS_Store

2 changes: 1 addition & 1 deletion src/KeySaveCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ protected function configure()
->setName('key:save')
->addOption('name', null, InputOption::VALUE_REQUIRED, 'Name of key')
->addOption('value', null, InputOption::VALUE_REQUIRED, 'Value of key')
->addOption('group', null, InputOption::VALUE_REQUIRED, 'Group of keys', 'default')
->addOption('group', null, InputOption::VALUE_OPTIONAL, 'Group of keys', 'default')
->setDescription('Save key');
}

Expand Down

0 comments on commit a02aa3d

Please sign in to comment.