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(
|
array(
|
||||||
'name' => 'not',
|
'name' => 'not',
|
||||||
'param' => 'repository',
|
'param' => 'repository',
|
||||||
'default' => array(),
|
|
||||||
'repeat' => true,
|
'repeat' => true,
|
||||||
'help' => 'Do not pull __repository__.',
|
'help' => 'Do not pull __repository__.',
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'name' => 'repositories',
|
'name' => 'repositories',
|
||||||
'default' => array(),
|
|
||||||
'wildcard' => true,
|
'wildcard' => true,
|
||||||
'help' => 'Pull specific __repositories__ instead of all.',
|
'help' => 'Pull specific __repositories__ instead of all.',
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user