TODOs

Remember all those TODO: comments that were placed in the "Later" bucket. Keep track of them with vx.

Command

vx todos

Generated

You will see a todos.md file created in your repository in the following format [directory]/[file]:[line number] - [comment]

# TODOS 

**.github/workflows/generate_todos.yml:33** - TODO: Delete & update binary to support architecture x86_64
**cmd/pr.go:23** - TODO: Add long description
...

Was this page helpful?