mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 14:36:42 +02:00
docs: Update documentation 📚
This commit is contained in:
parent
e894000930
commit
53fbf48ba0
1 changed files with 12 additions and 0 deletions
12
docs/faqs.md
12
docs/faqs.md
|
@ -11,3 +11,15 @@
|
|||
`taskwarrior-tui` shows an error prompt for shortcuts if:
|
||||
|
||||
1. the shortcut fails
|
||||
|
||||
If `taskwarrior-tui` encounters a prompt by the subprocess or the shortcut, `taskwarrior-tui` will not prompt the user for input again.
|
||||
This means, if you want to run a `taskwarrior` command as a shell command, you may want to pass `rc.confirmation=off` in the command.
|
||||
See the following screencast as an example:
|
||||
|
||||

|
||||
|
||||
```bash
|
||||
task rc.confirmation=off context define test project:work
|
||||
```
|
||||
|
||||
If you don't add `rc.confirmation=off` in the shell command, `taskwarrior-tui` will command the command but it'll fail because it won't receive any prompt.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue