Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2868440
D25020.1736666200.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
833 B
Referenced Files
None
Subscribers
None
D25020.1736666200.diff
View Options
diff --git a/src/workflow/ArcanistLiberateWorkflow.php b/src/workflow/ArcanistLiberateWorkflow.php
--- a/src/workflow/ArcanistLiberateWorkflow.php
+++ b/src/workflow/ArcanistLiberateWorkflow.php
@@ -28,6 +28,9 @@
$this->newWorkflowArgument('clean')
->setHelp(
pht('Perform a clean rebuild, ignoring caches. Thorough, but slow.')),
+ $this->newWorkflowArgument('verbose')
+ ->setHelp(
+ pht('Write more detailed log messages to stderr')),
$this->newWorkflowArgument('argv')
->setWildcard(true)
->setIsPathArgument(true),
@@ -147,6 +150,9 @@
if ($this->getArgument('clean')) {
$argv[] = '--drop-cache';
}
+ if (!$this->getArgument('verbose')) {
+ $argv[] = '--quiet';
+ }
return phutil_passthru(
'php -f %R -- %Ls %R',
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 12, 07:16 (3 d, 9 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1112188
Default Alt Text
D25020.1736666200.diff (833 B)
Attached To
Mode
D25020: add --verbose argument to ArcanistLiberateWorkflow
Attached
Detach File
Event Timeline
Log In to Comment