mirror of
https://github.com/ekzhang/bore.git
synced 2025-12-14 19:07:48 +01:00
Expose local port as env value (#132)
Co-authored-by: Eric Zhang <ekzhang1@gmail.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user