Remove unused --use-ipv6 option on launch command

pull/38/head
Chip Senkbeil 3 years ago
parent b9b03f1b33
commit bada62c7da
No known key found for this signature in database
GPG Key ID: 35EF1F8EC72A4131

@ -219,10 +219,6 @@ pub struct LaunchSubcommand {
#[structopt(long, allow_hyphen_values(true))]
pub extra_server_args: Option<String>,
/// If specified, will bind server to the ipv6 interface if host is "any" instead of ipv4
#[structopt(short = "6", long)]
pub use_ipv6: bool,
/// Username to use when sshing into remote machine
#[structopt(short, long, default_value = &USERNAME)]
pub username: String,

Loading…
Cancel
Save