We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0567e commit 4b45fffCopy full SHA for 4b45fff
src/klish-plugin-infix/xml/infix.xml
@@ -519,6 +519,18 @@
519
</ACTION>
520
521
<SWITCH name="optional" min="0">
522
+ <COMMAND name="brief" help="Simplified (human-readable) output" mode="switch">
523
+ <ACTION sym="script" in="tty" out="tty" interrupt="true">
524
+ ip -color -6 -br addr | sort -V | sed 's/@dsa[0-9]/ /' |pager
525
+ </ACTION>
526
+ </COMMAND>
527
+
528
+ <COMMAND name="detailed" help="Detailed (full) output" mode="switch">
529
530
+ ip -color -6 -d addr |pager
531
532
533
534
<COMMAND name="route" help="Show IPv6 routing table" mode="switch">
535
<ACTION sym="script" in="tty" out="tty" interrupt="true">
536
show routes ipv6 |pager
0 commit comments