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
F13084601: D14651.diff
Wed, Apr 24, 11:11 PM
Unknown Object (File)
Fri, Apr 19, 3:53 PM
Unknown Object (File)
Fri, Mar 29, 11:44 PM
Unknown Object (File)
Feb 15 2024, 7:34 PM
Unknown Object (File)
Jan 28 2024, 11:39 AM
Unknown Object (File)
Jan 27 2024, 12:55 AM
Unknown Object (File)
Dec 26 2023, 4:28 AM
Unknown Object (File)
Dec 20 2023, 1:15 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.