summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-todo/src/ui.rs
diff options
context:
space:
mode:
Diffstat (limited to 'bin/domain/imag-todo/src/ui.rs')
-rw-r--r--bin/domain/imag-todo/src/ui.rs9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/domain/imag-todo/src/ui.rs b/bin/domain/imag-todo/src/ui.rs
index 22ee70be..b5646273 100644
--- a/bin/domain/imag-todo/src/ui.rs
+++ b/bin/domain/imag-todo/src/ui.rs
@@ -146,6 +146,15 @@ pub fn build_ui<'a>(app: App<'a, 'a>) -> App<'a, 'a> {
.help("Output format string")
)
+ .arg(Arg::with_name("show-no-table")
+ .long("no-table")
+ .short("T")
+ .takes_value(false)
+ .required(false)
+ .multiple(false)
+ .help("Show the entries raw, without the ascii-table")
+ )
+
.arg(Arg::with_name("todos")
.index(1)
.takes_value(true)