- Markdown Report
- CLI with progressbar indication
- Error handling in binary
- Find a nice logger
- Profiles
- Config
- CLI opts: --show-profiles, --show-commands, --profile
- Hostinfo
- Config: Use defaults
- Repetitions
- Max Parallel
- Refactor rendering using type class
- File not found should not panic
- Deprecate Report->AnalysisResult in favor of using Renderer directly
- Commands should allow for arbitrary links for further information or actions
- Command result should store command execution time
- Rendering should allow for HTML
- Include failures in report
- Allow for generic handlebar based rendering via CLI
- Templates
- Add Profile name
- crate info: Version
- Show progressbar by default if terminal
- Correctly parse command args in ", e.g. sh -c "one | two"
- Add hbs helper which replaces \n with output format appropriate line break
- Preserve order of commands in output according to profile order
- Re-work API
- Create linux and macos configuration
- Activate deny missing docs and add docs