mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
DOM: Clarified _get behavior
- It is an error to provide no DOM references (task _get). - It is an error to provide bad DOM references (task _get donkey). In this example, 'donkey' could be a UDA orphan. - It is not an error for a valid DOM reference to yield no value.
This commit is contained in:
parent
ebecaf420e
commit
37bd07883b
11 changed files with 47 additions and 16 deletions
|
@ -366,6 +366,7 @@
|
|||
#define STRING_CMD_COUNT_USAGE "Nombras kongruantajn taskojn"
|
||||
#define STRING_CMD_GET_USAGE "DOM-enirilo"
|
||||
#define STRING_CMD_GET_NO_DOM "Nenia DOM-referenco specifata."
|
||||
#define STRING_CMD_GET_BAD_REF "'{1}' is not a DOM reference."
|
||||
|
||||
#define STRING_CMD_UDAS_NO "Nenia UDA definita."
|
||||
#define STRING_CMD_UDAS_SUMMARY "{1} UDA definita"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue