Describe the problem
After performing a --dryrun in TUI mode, users have no easy way to re-run the command. Unlike CLI mode where shell history provides quick access, TUI users must manually recreate their input, risking human error and wasted time.
Describe the solution you'd like
After completing a --dryrun in TUI mode, prompt the user if they'd like to generate and copy the equivalent CLI command to their clipboard for easy pasting after validating the dryrun output.
Describe alternatives you've considered
Users could manually walk back through the TUI flow, but this introduces additional human error and takes time.
Additional context/considerations
N/A
Describe the problem
After performing a
--dryrunin TUI mode, users have no easy way to re-run the command. Unlike CLI mode where shell history provides quick access, TUI users must manually recreate their input, risking human error and wasted time.Describe the solution you'd like
After completing a
--dryrunin TUI mode, prompt the user if they'd like to generate and copy the equivalent CLI command to their clipboard for easy pasting after validating the dryrun output.Describe alternatives you've considered
Users could manually walk back through the TUI flow, but this introduces additional human error and takes time.
Additional context/considerations
N/A