Minor: Formatting on OCaml TODO.md

This commit is contained in:
Juno Takano 2025-04-13 19:32:48 -03:00
commit b90c49eb03

View file

@ -1,24 +1,24 @@
- [ ] Spec requirements integration test coverage - [ ] Spec requirements integration test coverage
- [ ] Add log function - [ ] Add log function
- [ ] Output begins with ' [log] ' - [ ] Output begins with ` [log] `
- [ ] Only prints if DEBUG is set - [ ] Only prints if `DEBUG` is set
- [ ] Add interactive pkg tests (INS v0 B2.5) - [ ] Add interactive pkg tests (INS v0 B2.5)
- [ ] Get su command from $XDG_CONFIG_HOME/tori/tori.conf - [ ] Get su command from `$XDG_CONFIG_HOME/tori/tori.conf`
- [ ] Default to 'su -c' - [ ] Default to `su -c`
- [ ] Validation - [ ] Validation
- [ ] Valid path or in $PATH - [ ] Valid path or in `PATH`
- [ ] Executability - [ ] Executability
- [ ] 'true' exits with status 0 - [ ] `true` exits with status 0
- [ ] Add logging - [ ] Add logging
- [ ] Print each command executed, not just package names - [ ] Print each command executed, not just package names
- [ ] Case with no packages provided - [ ] Case with no packages provided
- [ ] Prints a message - [ ] Prints a message
- [ ] MUST NOT run any system commands - [ ] MUST NOT run any system commands
- [x] Unrecognized command: exit code 1 - [x] Unrecognized command: exit code 1
- [x] Command 'user': print the output of 'whoami' - [x] Command `user`: print the output of `whoami`
- [ ] Refactorings - [ ] Refactorings
- [ ] Simplify and analyze System.File - [ ] Simplify and analyze `System.File`
- [ ] Simplify Reader - [ ] Simplify Reader
- [ ] Additionals - [ ] Additionals