Update src/cli_args.rs

This commit is contained in:
Gvidas Juknevičius 2026-01-06 19:28:50 +00:00
parent 946d05a6d8
commit 9762d74ec9

View File

@ -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 (dont 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)