Page MenuHomePhabricator

Tailor CLI feedback about "arc alias" to describe shell command aliases
ClosedPublic

Authored by epriestley on Dec 3 2015, 2:04 PM.
Tags
None
Referenced Files
F14844748: D14651.diff
Sun, Feb 2, 6:27 PM
Unknown Object (File)
Mon, Jan 27, 4:19 PM
Unknown Object (File)
Fri, Jan 24, 10:15 AM
Unknown Object (File)
Fri, Jan 24, 10:15 AM
Unknown Object (File)
Fri, Jan 24, 10:15 AM
Unknown Object (File)
Fri, Jan 24, 10:15 AM
Unknown Object (File)
Thu, Jan 23, 6:38 PM
Unknown Object (File)
Thu, Jan 23, 6:25 PM
Subscribers
None

Details

Summary

Fixes T9873. Instead of printing something like this:

Aliased "arc ls" to "arc !ls".

...print this:

Aliased "arc ls" to shell command "ls".

Test Plan
  • Added shell commands and internal aliases.
  • Removed aliases.
  • Listed aliases.

Diff Detail

Repository
rARC Arcanist
Branch
alias1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 9254
Build 10969: Run Core Tests
Build 10968: arc lint + arc unit

Event Timeline

epriestley retitled this revision from to Tailor CLI feedback about "arc alias" to describe shell command aliases.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Dec 3 2015, 4:27 PM
This revision was automatically updated to reflect the committed changes.