mirror of
https://github.com/ekzhang/bore.git
synced 2024-12-22 11:05:20 +07:00
Expose local port as env value (#132)
Co-authored-by: Eric Zhang <ekzhang1@gmail.com>
This commit is contained in:
parent
7fec9700c4
commit
0546092ce0
@ -14,6 +14,7 @@ enum Command {
|
||||
/// Starts a local proxy to the remote server.
|
||||
Local {
|
||||
/// The local port to expose.
|
||||
#[clap(env = "BORE_LOCAL_PORT")]
|
||||
local_port: u16,
|
||||
|
||||
/// The local host to expose.
|
||||
|
Loading…
Reference in New Issue
Block a user