Currently the repository has no test code. It would be nicer to have some to discover and fix unfound bugs.
- [-] fnldoc/
- [-] ├── argparse/
- [x] │ ├── cooker.fnl
- [x] │ └── eater.fnl
- [x] ├── argparse.fnl
- [-] ├── config/
- [-] │ └── default.fnl
- [x] ├── config.fnl
- [x] ├── console.fnl
- [x] ├── debug.fnl
- [ ] ├── doctest.fnl
- [ ] ├── markdown.fnl
- [ ] ├── modinfo.fnl
- [x] ├── processor.fnl
- [x] ├── sandbox.fnl
- [-] ├── utils/
- [x] │ ├── assert.fnl
- [-] │ ├── color.fnl -- omit
- [x] │ ├── file.fnl
- [x] │ ├── markdown.fnl
- [x] │ ├── string.fnl
- [x] │ ├── table.fnl
- [x] │ └── text.fnl
- [x] └── writer.fnl
- [-] fnldoc.fnl