Minor, fix issue with defaults: wildcard and repeat default to array and may not have a different default.
This commit is contained in:
@@ -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.',
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user