Hi I have small doubt in klish xml file. I implemented a small xml file for klish
We can not use space in the < COMMAND > tag like in my case I used.
This is not the proper way to use space in the < COMMAND > tag
But if you want that your command should be like this only i.e. show core then there are two ways to achieve it.
First way:-
echo "core status"
Second way:- Use VAR tag and completion attribute in PARAM tag
echo "core status"