We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9218a07 commit 3ab7ad2Copy full SHA for 3ab7ad2
src/clparse.rs
@@ -87,8 +87,9 @@ pub fn parse_command_line() -> ArgMatches<'static> {
87
.takes_value(true)
88
.possible_values(&["mainnet", "testnet", "devnet"])
89
.default_value("mainnet")
90
- .help("Network to deploy on"),
91
- ) .subcommand(
+ .help("Network to deploy on")
+ )
92
+ .subcommand(
93
SubCommand::with_name("examples")
94
.about("Show usage examples for OSVM CLI commands")
95
.arg(
0 commit comments