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:
Paul Beckingham 2013-08-31 10:55:30 -04:00
parent ac1497ff1a
commit 96a06eafbf
3 changed files with 68 additions and 3 deletions

View file

@ -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