Skip to content

Commit

Permalink
Expose local port as env value (#132)
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Zhang <[email protected]>
  • Loading branch information
archer884 and ekzhang authored Oct 16, 2024
1 parent 7fec970 commit 0546092
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0546092

Please sign in to comment.