OCaml: Implement log contexts

This commit is contained in:
Juno Takano 2025-05-16 22:53:33 -03:00
commit c6c92c0a32
8 changed files with 29 additions and 25 deletions

View file

@ -33,6 +33,7 @@ In this grammar, `digit` implies `decimal digit`. Spaces between the key and the
- [x] Handle checking `su -c` default with `which` when `tori.conf` exists but `su_command` is absent in it
- [x] Properly handle a compose `su_command` such as `su -c` in `System.Package`
- [x] Properly handle dependent options
- [x] Implement log levels
- [ ] Write tests
- [x] Validation
- [x] Valid path or in `PATH`