Details
Description
In Unix, we can use !$ to "recall" the last command argument. It could be helpful in Karaf shell to support this, especially for commands like:
features:addurl <url>
features:refreshurl !$
In Unix, we can use !$ to "recall" the last command argument. It could be helpful in Karaf shell to support this, especially for commands like:
features:addurl <url>
features:refreshurl !$