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
Unknown Object (File)
Mon, Jan 20, 11:09 AM
Unknown Object (File)
Fri, Jan 17, 5:55 PM
Unknown Object (File)
Thu, Dec 26, 2:30 AM
Unknown Object (File)
Dec 14 2024, 3:59 PM
Unknown Object (File)
Dec 13 2024, 6:28 AM
Unknown Object (File)
Dec 10 2024, 5:44 PM
Unknown Object (File)
Nov 19 2024, 2:36 AM
Unknown Object (File)
Nov 9 2024, 10:55 AM
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.