Update src/cli_args.rs
This commit is contained in:
@@ -10,7 +10,7 @@ pub struct CliArgs {
|
|||||||
/// force IPv6
|
/// force IPv6
|
||||||
#[arg(short='6', long=None, default_value_t=false, conflicts_with = "force_ipv4")]
|
#[arg(short='6', long=None, default_value_t=false, conflicts_with = "force_ipv4")]
|
||||||
pub force_ipv6: bool,
|
pub force_ipv6: bool,
|
||||||
/// use 8-bit data path (don’t strip high bit)
|
/// use 8-bit data path (don't strip high bit)
|
||||||
#[arg(short='8', long=None, default_value_t=false)]
|
#[arg(short='8', long=None, default_value_t=false)]
|
||||||
pub use_8bit_data_path: bool,
|
pub use_8bit_data_path: bool,
|
||||||
/// disable escape character (ignored)
|
/// disable escape character (ignored)
|
||||||
|
|||||||
Reference in New Issue
Block a user