Rename ADDRESS to HOST for positional host argument of launch command

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

@ -232,7 +232,7 @@ pub struct LaunchSubcommand {
pub port: u16,
/// Host to use for sshing into the remote machine
#[structopt(name = "ADDRESS")]
#[structopt(name = "HOST")]
pub host: String,
}

Loading…
Cancel
Save