Description
Show an interactive task picker when run without arguments.
Behavior
./rnr
# Shows interactive list:
# > build Build the project
# test Run tests
# deploy Deploy to production
# lint Run linter
# Use arrow keys to select, Enter to run
Acceptance Criteria
Notes
Consider using dialoguer or inquire crate for terminal UI.
Description
Show an interactive task picker when run without arguments.
Behavior
Acceptance Criteria
Notes
Consider using
dialoguerorinquirecrate for terminal UI.