File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ license = "Apache-2.0"
77
88[dependencies ]
99anyhow = { version = " 1.0.100" , features = [" backtrace" ] }
10- clap = { version = " 4.5.53" , features = [" derive" ] }
10+ clap = { version = " 4.5.53" , features = [" derive" , " env " ] }
1111hex = " 0.4.3"
1212ic_principal = " 0.1.1"
1313notify = " 8.2.0"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ use tokio::{process::Command, signal::unix::SignalKind};
2828#[ command( version) ]
2929struct Cli {
3030 /// The expected version of the CLI interface. Only used for automated setups.
31- #[ arg( long) ]
31+ #[ arg( long, env = "ICP_CLI_NETWORK_LAUNCHER_INTERFACE_VERSION" ) ]
3232 interface_version : Option < Version > ,
3333 /// Port for the HTTP gateway for the ICP API to listen on.
3434 #[ arg( long) ]
You can’t perform that action at this time.
0 commit comments