Expand README, including spec, plus a few minor adjustments to match spec
This commit is contained in:
parent
612a98cfde
commit
90ff49cb90
4 changed files with 76 additions and 10 deletions
|
|
@ -1,13 +1,18 @@
|
|||
- [ ] Match test coverage with spec requirements
|
||||
- [ ] Add log function
|
||||
- [ ] Output begins with ' [log] '
|
||||
- [ ] Only prints if DEBUG is set
|
||||
- [ ] Get su command from $XDG_CONFIG_HOME/tori/tori.conf and use it for pkg
|
||||
- [ ] Default to 'su -c'
|
||||
- [ ] Valid path or in $PATH, executability, 'true' exits with status 0
|
||||
- [ ] Unrecognized command: exit code 1
|
||||
- [ ] Package.merge should print each command executed, not just package names
|
||||
|
||||
- [ ] Simplify Reader
|
||||
- [ ] Create interface files
|
||||
- [ ] Move comment on top of Parsers.Argument.say to the interface doc file
|
||||
- [ ] Try out doc generation
|
||||
- [ ] Simplify and analyze System.File
|
||||
- [ ] Add log function and match spec
|
||||
- [ ] Output begins with ' [log] '
|
||||
- [ ] Only prints if DEBUG is set
|
||||
- [ ] Get su command from $XDG_CONFIG_HOME/tori/tori.conf and use it for pkg
|
||||
- [ ] Check if working
|
||||
- [ ] Command 'user': print the output of 'whoami'
|
||||
- [ ] Unrecognized command: exit code 1
|
||||
|
||||
- [x] Command 'user': print the output of 'whoami'
|
||||
- [x] Command 'host': drop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue