mirror of
https://github.com/wahyd4/kt-connect.git
synced 2026-08-09 05:16:02 +10:00
default value will always show, it's duplicate
This commit is contained in:
+3
-1
@@ -6,4 +6,6 @@ output/**
|
||||
artifacts
|
||||
|
||||
node_modules/
|
||||
note/
|
||||
note/
|
||||
|
||||
.jvmrc
|
||||
@@ -37,7 +37,7 @@ func newConnectCommand(options *options.DaemonOptions) cli.Command {
|
||||
cli.IntFlag{
|
||||
Name: "proxy",
|
||||
Value: 2223,
|
||||
Usage: "when should method socks5, you can choice which port to proxy, default 2223",
|
||||
Usage: "when should method socks5, you can choice which port to proxy",
|
||||
Destination: &options.ConnectOptions.Socke5Proxy,
|
||||
},
|
||||
cli.IntFlag{
|
||||
|
||||
Reference in New Issue
Block a user