1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <?xml version="1.0" encoding="UTF-8"?>
- <KLISH
- xmlns="https://klish.libcode.org/klish3"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://src.libcode.org/pkun/klish/src/master/klish.xsd">
- <ENTRY name="main" mode="switch" container="true">
-
- <ENTRY name="cmd" help="Clear settings" mode="sequence">
-
- <ENTRY name="opt" help="Switch subcommand" mode="switch" container="true">
-
- <ENTRY name="o1" help="Clear callerid_number_prepend assignment" />
- <ENTRY name="o2" help="Clear record assignment" />
- <ENTRY name="o3" help="Clear callerid assignment" />
- <ENTRY name="o4" help="Clear a schedule">
-
- <ENTRY name="o5" help="Include number">
- </ENTRY>
- </ENTRY>
- <ENTRY name="o6" help="Clear callerid_number_remove assignment" />
- <ENTRY name="o7" help="Clear callerid_number_postpend assignment" />
- <ENTRY name="o8" help="Clear callerid_number_replace assignment" />
- </ENTRY>
- <ACTION sym="nop" exec_on="always">
- ps aux
- </ACTION>
- </ENTRY>
-
- <ENTRY name="cmd1" help="Clear settings" mode="sequence" purpose="common">
-
- <ENTRY name="COMMAND" purpose="ptype" ref="/COMMAND"/>
-
- <ENTRY name="o2" purpose="cond"/>
- <ENTRY name="o1" help="Clear callerid_number_prepend assignment">
- <ENTRY name="COMMAND" purpose="ptype" ref="/COMMAND"/>
- </ENTRY>
- <ENTRY name="o3" help="Clear callerid_number_prepend assignment">
- <ENTRY name="COMMAND" purpose="ptype" ref="/COMMAND"/>
- </ENTRY>
-
- <ACTION sym="tsym" exec_on="always">0</ACTION>
- <ACTION sym="tsym" exec_on="always">1</ACTION>
- <ACTION sym="tsym" exec_on="fail">2</ACTION>
- <ACTION sym="tsym" exec_on="never">3</ACTION>
- <ACTION sym="tsym" exec_on="always" sync="true">4</ACTION>
- <ACTION sym="tsym" exec_on="always"></ACTION>
- <ACTION sym="tsym" exec_on="success">5</ACTION>
- <ACTION sym="tsym" exec_on="always">6</ACTION>
- </ENTRY>
- </ENTRY>
- </KLISH>
|