Skip to content

Commit 76c9cde

Browse files
authored
feat(jetsocat): add "jmux" alias for jmux-proxy command (#1486)
1 parent 0fac6dd commit 76c9cde

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

jetsocat/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ Example: SOCKS5 to JMUX proxy
226226
let cmd = Command::new(JMUX_PROXY_SUBCOMMAND)
227227
.description("Start a JMUX proxy redirecting TCP streams")
228228
.alias("jp")
229+
.alias("jmux")
229230
.usage(usage)
230231
.action(jmux_proxy_action);
231232

0 commit comments

Comments
 (0)