I need to copy couple of commands from operational mode to config mode. These available commands are rendered using clispec file. Is there any optimal way of rendering it to configure mode instead of copying all the contents from operational mode to configure mode? Thanks in advance.
For example:
< operationalMode >
…
…
<cmd name="cmd1">
...
...
</cmd>
</operationalMode>