Hi Serj,
I played with klish and sysrepo recently. The project klish-plugin-sysrepo has an XML to provide a juniper like command line. I'm wondering is it possible to provide a cisco style command line?
Things I like about cisco style command line:
1. I can type `conf` instead of `configure`. If the command has no ambiguity, it can be executed.
2. In configuration mode, I can use `exit` instead of `up`. The command line system is clever enough to know whether I'm at the top level. If I'm at the top level, it exits the configuration mode.
3. I don't have to type the verb like `edit` or `set` in configuration mode. The command line system knows whether I'm editing a container or a leaf.
4.The command `show running` displays the configuration. I can simply copy the text, and paste it to the command line on another host.
Trent