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
F15575688: D14651.id35443.diff
Tue, May 6, 6:18 AM
F15555278: D14651.id35443.diff
Mon, Apr 28, 10:38 AM
F15553878: D14651.id.diff
Mon, Apr 28, 4:20 AM
F15553877: D14651.id35463.diff
Mon, Apr 28, 4:20 AM
F15553854: D14651.diff
Mon, Apr 28, 4:14 AM
F15543717: D14651.id.diff
Sat, Apr 26, 12:36 AM
F15498692: D14651.id35463.diff
Sun, Apr 13, 1:54 PM
F15452445: D14651.id35443.diff
Mar 29 2025, 4:52 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.