[
https://issues.jboss.org/browse/SEAMFORGE-257?page=com.atlassian.jira.plu...
]
Lincoln Baxter III closed SEAMFORGE-257.
----------------------------------------
Assignee: Lincoln Baxter III
Resolution: Done
Done, but requires quotes around the alias definition because of bug in FSH
Add ability to alias commands (like bash)
-----------------------------------------
Key: SEAMFORGE-257
URL:
https://issues.jboss.org/browse/SEAMFORGE-257
Project: Seam Forge
Issue Type: Feature Request
Components: Shell
Affects Versions: 1.0.0.Alpha4
Reporter: Lincoln Baxter III
Assignee: Lincoln Baxter III
Fix For: 1.0.0.Beta3
It should be possible to create aliases:
{code}$ alias foo="echo bar"{code}
Alias by itself should print a list of aliases:
{code}$ alias
$ foo="echo bar"{code}
Aliases should simply be literal translations via regex on the front of any command,
should we support embedded aliases? For modifying any part of a command?
{code}$ alias foo="bar"
$ echo foo
bar{code}
Etc...
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira