Add flag --check / -c
We have to ensure that there are no references to this bookmark entry from other modules.
This commit is contained in:
parent
6fcccc8297
commit
e6e56b9a92
1 changed files with 6 additions and 0 deletions
|
@ -177,6 +177,12 @@ subcommands:
|
|||
required: false
|
||||
takes_value: true
|
||||
|
||||
- check:
|
||||
short: c
|
||||
long: check
|
||||
help: Ensure there are no references to this link
|
||||
required: false
|
||||
takes_value: false
|
||||
|
||||
- todo:
|
||||
about: Todo module
|
||||
|
|
Loading…
Reference in a new issue