Skip to content

Conversation

@troydai
Copy link
Owner

@troydai troydai commented Jan 10, 2026

Summary

  • Adds -y / --yes flag to gwt rm command to skip interactive confirmation prompt
  • Useful for scripting and automation scenarios where user interaction is not desired

Test plan

  • Build passes (cargo build)
  • All 66 tests pass (cargo test)
  • Help text shows new option (gwt rm --help)

Closes #82

🤖 Generated with Claude Code

Adds a new `-y` / `--yes` flag to the `gwt rm` command that allows
users to skip the interactive confirmation prompt. This is useful
for scripting and automation scenarios.

Closes #82

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@troydai troydai merged commit 162738b into main Jan 10, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Introduce '-y' option to 'gwt rm' to skip interactive confirmation

2 participants