feat: interactive confirmation for tagged stop and skip
This commit is contained in:
parent
8cf79c854b
commit
d73ebdbddd
4 changed files with 42 additions and 14 deletions
|
|
@ -133,7 +133,7 @@ Usage:
|
|||
nag stop <id|tag>
|
||||
|
||||
Description:
|
||||
Stop an alarm by ID, or stop all alarms with a tag (requires -f).
|
||||
Stop an alarm by ID, or stop all alarms with a tag.
|
||||
```
|
||||
|
||||
#### `nag skip`
|
||||
|
|
@ -151,7 +151,7 @@ Usage:
|
|||
Description:
|
||||
Skip the next occurrence of a repeating alarm (reschedule without firing).
|
||||
For one-shot alarms, this deletes them. With a tag, applies to all
|
||||
matching alarms (requires -f).
|
||||
matching alarms.
|
||||
```
|
||||
|
||||
#### `nag tag`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue