mirror of
https://github.com/ekzhang/bore.git
synced 2024-12-22 22:25:47 +07:00
This commit is contained in:
parent
664723cba5
commit
f1ed0b2ecb
@ -22,7 +22,7 @@ enum Command {
|
|||||||
local_host: String,
|
local_host: String,
|
||||||
|
|
||||||
/// Address of the remote server to expose local ports to.
|
/// Address of the remote server to expose local ports to.
|
||||||
#[clap(short, long)]
|
#[clap(short, long, env = "BORE_SERVER")]
|
||||||
to: String,
|
to: String,
|
||||||
|
|
||||||
/// Optional port on the remote server to select.
|
/// Optional port on the remote server to select.
|
||||||
|
Loading…
Reference in New Issue
Block a user