[forge-issues] [JBoss JIRA] Updated: (SEAMFORGE-257) Add ability to alias commands (like bash)

Lincoln Baxter III (JIRA) jira-events at lists.jboss.org
Wed Sep 21 12:12:26 EDT 2011


     [ https://issues.jboss.org/browse/SEAMFORGE-257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lincoln Baxter III updated SEAMFORGE-257:
-----------------------------------------

    Fix Version/s: 1.0.0.Beta3


> 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
>             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

        


More information about the forge-issues mailing list