mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-04 06:43:00 +02:00
klish-plugin-infix: fix indentation in infix.xml
This commit is contained in:
@@ -477,22 +477,22 @@
|
|||||||
<ACTION sym="script">sysinfo</ACTION>
|
<ACTION sym="script">sysinfo</ACTION>
|
||||||
</COMMAND>
|
</COMMAND>
|
||||||
-->
|
-->
|
||||||
<COMMAND name="version" help="Show software version">
|
<COMMAND name="version" help="Show software version">
|
||||||
<ACTION sym="script" in="tty" interrupt="true">cat /etc/version</ACTION>
|
<ACTION sym="script" in="tty" interrupt="true">cat /etc/version</ACTION>
|
||||||
</COMMAND>
|
|
||||||
|
|
||||||
<COMMAND name="factory-config" help="Show factory-config">
|
|
||||||
<ACTION sym="script" in="tty" out="tty" interrupt="true">jq -C . /etc/factory-config.cfg |pager</ACTION>
|
|
||||||
</COMMAND>
|
|
||||||
|
|
||||||
<COMMAND name="running-config" help="Show running-config">
|
|
||||||
<ACTION sym="script" in="tty" out="tty" interrupt="true">sysrepocfg -X -f json | jq -C . |pager</ACTION>
|
|
||||||
</COMMAND>
|
|
||||||
|
|
||||||
<COMMAND name="startup-config" help="Show startup-config">
|
|
||||||
<ACTION sym="script" in="tty" out="tty" interrupt="true">jq -C . /cfg/startup-config.cfg |pager</ACTION>
|
|
||||||
</COMMAND>
|
|
||||||
</COMMAND>
|
</COMMAND>
|
||||||
|
|
||||||
|
<COMMAND name="factory-config" help="Show factory-config">
|
||||||
|
<ACTION sym="script" in="tty" out="tty" interrupt="true">jq -C . /etc/factory-config.cfg |pager</ACTION>
|
||||||
|
</COMMAND>
|
||||||
|
|
||||||
|
<COMMAND name="running-config" help="Show running-config">
|
||||||
|
<ACTION sym="script" in="tty" out="tty" interrupt="true">sysrepocfg -X -f json | jq -C . |pager</ACTION>
|
||||||
|
</COMMAND>
|
||||||
|
|
||||||
|
<COMMAND name="startup-config" help="Show startup-config">
|
||||||
|
<ACTION sym="script" in="tty" out="tty" interrupt="true">jq -C . /cfg/startup-config.cfg |pager</ACTION>
|
||||||
|
</COMMAND>
|
||||||
|
|
||||||
<COMMAND name="factory-reset" help="Restore the system to factory default state">
|
<COMMAND name="factory-reset" help="Restore the system to factory default state">
|
||||||
<ACTION sym="script" in="tty" out="tty" interrupt="true">
|
<ACTION sym="script" in="tty" out="tty" interrupt="true">
|
||||||
/bin/yorn "This will restore the device to factory defaults"
|
/bin/yorn "This will restore the device to factory defaults"
|
||||||
@@ -587,6 +587,7 @@
|
|||||||
</ACTION>
|
</ACTION>
|
||||||
</COMMAND>
|
</COMMAND>
|
||||||
|
|
||||||
|
</COMMAND>
|
||||||
</VIEW>
|
</VIEW>
|
||||||
|
|
||||||
<VIEW name="config">
|
<VIEW name="config">
|
||||||
|
|||||||
Reference in New Issue
Block a user