Update src/cli_args.rs
This commit is contained in:
parent
946d05a6d8
commit
9762d74ec9
|
|
@ -10,7 +10,7 @@ pub struct CliArgs {
|
|||
/// force IPv6
|
||||
#[arg(short='6', long=None, default_value_t=false, conflicts_with = "force_ipv4")]
|
||||
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)]
|
||||
pub use_8bit_data_path: bool,
|
||||
/// disable escape character (ignored)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user