Skip to content

Commit aad8737

Browse files
committed
Demo tweaks
1 parent 9fc5725 commit aad8737

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

examples/demo/command-interface-demo.dylan

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,11 @@ end;
5959

6060
define command show interface ($root)
6161
help "Query interfaces";
62-
flag parameter verbose :: <boolean>;
62+
flag parameter verbose :: <boolean>,
63+
help: "Print verbose information";
6364
simple parameter name :: <string>,
64-
help: "Name of the interface",
65+
help: "Filter interfaces by name",
66+
repeatable?: #t,
6567
node-class: <oneof-node>,
6668
alternatives: #("eth0", "eth1", "eth2", "eth3");
6769
named parameter type :: <string>,

0 commit comments

Comments
 (0)