fix default command

This commit is contained in:
Clément DOUIN
2024-01-03 22:49:39 +01:00
parent 0352e91e36
commit 70fad9b1fd
6 changed files with 35 additions and 7 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
use clap::Parser;
/// The table max width argument parser.
#[derive(Debug, Parser)]
#[derive(Debug, Default, Parser)]
pub struct TableMaxWidthFlag {
/// The maximum width the table should not exceed.
///