mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 23:02:42 +01:00
Minor, fix issue with defaults: wildcard and repeat default to array and may not have a different default.
This commit is contained in:
parent
133a2a1ac3
commit
375c921bb0
1 changed files with 0 additions and 2 deletions
|
@ -67,13 +67,11 @@ final class PhabricatorRepositoryPullLocalDaemon
|
|||
array(
|
||||
'name' => 'not',
|
||||
'param' => 'repository',
|
||||
'default' => array(),
|
||||
'repeat' => true,
|
||||
'help' => 'Do not pull __repository__.',
|
||||
),
|
||||
array(
|
||||
'name' => 'repositories',
|
||||
'default' => array(),
|
||||
'wildcard' => true,
|
||||
'help' => 'Pull specific __repositories__ instead of all.',
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue