--- name: Bug Report about: Report a bug or issue with Mole title: '[BUG] ' labels: bug assignees: '' --- ## Describe the bug A clear and concise description of what the bug is. We suggest using English for better global understanding. If you believe the issue may allow unsafe deletion, path validation bypass, privilege boundary bypass, or release/install integrity issues, do not file a public bug report. Report it privately using the contact details in `SECURITY.md`. ## Steps to reproduce 1. Run command: `mo ...` 2. ... 3. See error ## Expected behavior A clear and concise description of what you expected to happen. ## Debug logs Please run the command with `--debug` flag and paste the output here: ```bash mo --debug # Example: mo clean --debug ```
Debug output ```text Paste the debug output here ```
## Environment Please run `mo update` to ensure you are on the latest version, then paste the output of `mo --version` below: ```text Paste mo --version output here ``` ## Additional context Add any other context about the problem here, such as screenshots or related issues.