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 9ba71f6 commit 9b609fcCopy full SHA for 9b609fc
1 file changed
oryx-tui/src/cli.rs
@@ -54,7 +54,7 @@ pub fn cli() -> Command {
54
.value_delimiter(',')
55
.num_args(1..)
56
.default_value("all")
57
- .value_parser(["ipv4", "ipv6", "icmp", "all"]),
+ .value_parser(["ipv4", "ipv6", "icmpv4", "icmpv6", "igmp", "all"]),
58
)
59
.arg(
60
arg!(--link <link>)
0 commit comments