---
name: Bug Report
about: Report a problem or unexpected behavior
title: '[BUG] '
labels: bug
assignees: ''
---
## Description
A clear and concise description of the bug.
## Steps to Reproduce
1. Run command: `...`
2. See error: `...`
## Expected Behavior
What you expected to happen instead.
## Environment
- OS: [e.g. Ubuntu 24.04, macOS 15, Windows 11]
- Rust version: `rustc --version`
- wrapcli version: from Cargo.toml or `cargo tree | grep wrapcli`
## Additional Context
Add any other context, logs, or screenshots here.