Skip to content

Instantly share code, notes, and snippets.

@premchalmeti
Created July 12, 2021 15:32
Show Gist options
  • Save premchalmeti/d8fae318f03eef797c76295aa25df799 to your computer and use it in GitHub Desktop.
Save premchalmeti/d8fae318f03eef797c76295aa25df799 to your computer and use it in GitHub Desktop.
user_network.xml file generated by clish parser
<?xml version="1.0" encoding="UTF-8"?>
<CLISH_MODULE xmlns="http://clish.sourceforge.net/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://clish.sourceforge.net/XMLSchema
http://clish.sourceforge.net/XMLSchema/clish.xsd">
<COMMAND name="network show"
help="Show currently added devices">
<ACTION>network show</ACTION>
</COMMAND>
<COMMAND name="network device"
help="Device related commands">
</COMMAND>
<COMMAND name="network device list">
<ACTION>network device list</ACTION>
</COMMAND>
</CLISH_MODULE>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment