We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fec970 commit 0546092Copy full SHA for 0546092
src/main.rs
@@ -14,6 +14,7 @@ enum Command {
14
/// Starts a local proxy to the remote server.
15
Local {
16
/// The local port to expose.
17
+ #[clap(env = "BORE_LOCAL_PORT")]
18
local_port: u16,
19
20
/// The local host to expose.
0 commit comments