mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
A3t::find*Override
- Locates and parses rc:<file>. - Locates and parses rc.<name>=<value>. - Adds a stubbed validate method to check for a sane tree.
This commit is contained in:
parent
ac1497ff1a
commit
96a06eafbf
3 changed files with 68 additions and 3 deletions
|
@ -8,6 +8,6 @@
|
|||
#echo; ./args rc:x rc.debug:1 1234 done pri:H
|
||||
#echo; ./args rc:x rc.debug:1 a.b\<c \(one or two\) modify 'quoted string' \'not quoted\' due:eom+1wk+1d
|
||||
|
||||
echo; ./args 123 mod pro:'P 1' +home /from/to/g
|
||||
echo; ./args add -- modify +tag /from/to/g name:value
|
||||
echo; ./args rc:~/.taskrc 123 mod pro:'P 1' +home /from/to/g rc.name=value
|
||||
echo; ./args rc:~/..taskrc rc.name=value add -- modify +tag /from/to/g name:value
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue