feat(cli): add interactive prompts and table rendering to CliFramework #240
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
CliFramework has confirm() for yes/no prompts but lacks:
Tools that need interactive input currently use raw fgets(STDIN) or readline().
Proposal
Add methods to CliFramework:
Acceptance Criteria
Branch created:
feature/240-feat-cli-add-interactive-prompts-and-tab