Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15396723
D21306.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
595 B
Referenced Files
None
Subscribers
None
D21306.diff
View Options
diff --git a/src/configuration/ArcanistConfiguration.php b/src/configuration/ArcanistConfiguration.php
--- a/src/configuration/ArcanistConfiguration.php
+++ b/src/configuration/ArcanistConfiguration.php
@@ -26,9 +26,6 @@
// Special-case "arc --help" to behave like "arc help" instead of telling
// you to type "arc help" without being helpful.
$command = 'help';
- } else if ($command == '--version') {
- // Special-case "arc --version" to behave like "arc version".
- $command = 'version';
}
$workflow = idx($this->buildAllWorkflows(), $command);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 17, 4:00 PM (4 d, 15 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7381883
Default Alt Text
D21306.diff (595 B)
Attached To
Mode
D21306: Remove special casing of "arc --version"
Attached
Detach File
Event Timeline
Log In to Comment