fix: u16::try_from for text widths

This commit is contained in:
Jack Wills
2022-10-01 23:28:08 +00:00
parent 41cbb84f28
commit 31fb2cb1e6
3 changed files with 25 additions and 23 deletions
+1
View File
@@ -4,6 +4,7 @@ use clap::Parser;
use tracing::error;
#[derive(Parser, Debug, Clone, Copy)]
#[allow(clippy::struct_excessive_bools)]
// #[command(help_template = FULL_TEMPLATE)]
#[command(version, about)]
pub struct CliArgs {