[
https://issues.apache.org/jira/browse/GSHELL-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Warner reassigned GSHELL-58:
----------------------------------
Assignee: Jason Warner (was: Jason Dillon)
> Layout command aliases should be allowed to reference relative command paths
> for targets
> ----------------------------------------------------------------------------------------
>
> Key: GSHELL-58
> URL: https://issues.apache.org/jira/browse/GSHELL-58
> Project: GShell
> Issue Type: Improvement
> Security Level: public(Regular issues)
> Components: Core
> Affects Versions: 1.0-alpha-1
> Reporter: Jason Dillon
> Assignee: Jason Warner
> Fix For: 1.0-alpha-2
>
>
> For example:
> {code}
> ...
> <group>
> <name>remote</name>
> <nodes>
> <command>
> <name>rsh</name>
> <id>gshell-remote:rsh</id>
> </command>
> <command>
> <name>rsh-server</name>
> <id>gshell-remote:rsh-server</id>
> </command>
> <alias>
> <name>rshd</name>
> <command>rsh-server</command>
> </alias>
> </nodes>
> </group>
> </nodes>
> </layout>
> {code}
> In this example, the {{remote/rshd}} command alias really wants to point to
> {{remote/rsh-server}} but current alias target resolve works from the layout
> root.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.