todo-tree 0.6.2

A CLI tool to find and display TODO-style comments in your codebase
Documentation
1
2
3
4
fn main() -> color_eyre::Result<()> {
    color_eyre::install()?;
    todo_tree::run()
}