mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-21 22:32:41 +01:00
Expose the already-functional "--engine" flag for the unit workflow.
Summary: Test Plan: Reviewers: CC:
This commit is contained in:
parent
834b375e47
commit
2f37912946
1 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,11 @@ EOTEXT
|
|||
|
||||
public function getArguments() {
|
||||
return array(
|
||||
'engine' => array(
|
||||
'param' => 'classname',
|
||||
'help' =>
|
||||
"Override configured unit engine for this project."
|
||||
),
|
||||
'*' => 'paths',
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue