HappyHackingSpace / HappyHackingSpace/dit
Multiple output formats (table, csv, json)
Open
enhancement
good first issue
- Dominant language
- Go
- Stars
- 17
- Forks
- 4
- Avg merge
- 1m
- Merged PRs (30d)
- 3
Description
Add a `--format` flag to control output:
```
dit run https://example.com --format table
dit run https://example.com --format csv
dit run https://example.com --format json
```
JSON is the current default. Table and CSV would be useful for quick inspection and piping into other tools.
Contributor guide
Assessment
This issue has not been assessed yet.