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
F15543717: D14651.id.diff
Sat, Apr 26, 12:36 AM
F15498692: D14651.id35463.diff
Sun, Apr 13, 1:54 PM
F15452445: D14651.id35443.diff
Sat, Mar 29, 4:52 AM
F15425683: D14651.id35463.diff
Mar 23 2025, 5:26 AM
F15398893: D14651.diff
Mar 17 2025, 1:52 AM
Unknown Object (File)
Feb 8 2025, 11:58 PM
Unknown Object (File)
Feb 8 2025, 11:58 PM
Unknown Object (File)
Feb 8 2025, 11:58 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
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.