summaryrefslogtreecommitdiffstats
path: root/cli/src/args.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/src/args.rs')
-rw-r--r--cli/src/args.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/cli/src/args.rs b/cli/src/args.rs
index f1c7e56..f65eee1 100644
--- a/cli/src/args.rs
+++ b/cli/src/args.rs
@@ -29,10 +29,14 @@ pub struct Args {
#[arg(short, long)]
pub all: bool,
- /// Whether to have styles and colors
+ /// whether to have styles and colors
#[arg(long, default_value="auto", value_name = "color")]
pub color: TriBool,
+ /// use only ASCII characters for table rendering
+ #[arg(long)]
+ pub ascii: bool,
+
/// fetch stats of remote volumes
#[arg(long, default_value="auto", value_name = "choice")]
pub remote_stats: TriBool,