Description of problem: There is no help message for alias command. Version-Release number of selected component (if applicable): EAP 6.1.1 ER1 Steps to Reproduce: start EAP and connect to CLI [...@localhost:9999 /] alias --help Actual results: nothing Expected results: At least some short message like it is for 'pwd' and 'quit' commands with some simple usage example.
hi, would it be sufficient to have similar info as bash regarding alias: $ alias --help bash: alias: --: invalid option alias: usage: alias [-p] [name[=value] ... ]
Hi, this will not work, there is no [-p] option and I wasn't able to add more aliases on single line eg. alias cd="cd subsystem=logging" ls="ls -l" creates alias cd='cd subsystem=logging" ls="ls -l' not alias cd='cd subsystem=logging' alias ls='ls -l'
yes, i know it doesnt support -p and more that one alias on a single line, it was more meant as a general help msg example. - ill try to implement that though later :)
I see :), than something like this would be IMO sufficient.
Triage: Needs feature in AESH.