Skip to content

Commit

Permalink
Expose local port as env value
Browse files Browse the repository at this point in the history
  • Loading branch information
archer884 committed Sep 24, 2024
1 parent a1e1f55 commit af403ff
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 af403ff

Please sign in to comment.