Document filter and modification syntax

This commit is contained in:
Dustin J. Mitchell
2020-12-24 17:04:51 +00:00
parent 9c94a7b753
commit 8c9e240e97
5 changed files with 141 additions and 2 deletions

View File

@@ -243,7 +243,7 @@ impl Modify {
});
u.subcommands.push(usage::Subcommand {
name: "stop".to_owned(),
syntax: "[filter] start [modification]".to_owned(),
syntax: "[filter] stop [modification]".to_owned(),
summary: "Stop tasks".to_owned(),
description: dedent(
"
@@ -252,7 +252,7 @@ impl Modify {
});
u.subcommands.push(usage::Subcommand {
name: "done".to_owned(),
syntax: "[filter] start [modification]".to_owned(),
syntax: "[filter] done [modification]".to_owned(),
summary: "Mark tasks as completed".to_owned(),
description: dedent(
"