fix: Exit with code 0 when no arguments provided
Previously, running 'wenget' without arguments would display help but exit
with code 2 (indicating an error). This change makes the no-argument case
exit with code 0 (success) for better scripting compatibility.
Changes:
- cli.rs: Make 'command' field optional (Option)
- main.rs: Handle None case by displaying help and exiting normally
- .gitignore: Add /.claude directory
🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com
📦 下載 / Downloads
請從下方選擇適合您系統的版本下載。
Please download the appropriate version for your system from below.
🔒 檔案校驗 / File Verification
使用 SHA256SUMS 檔案驗證下載的檔案完整性。
Use the SHA256SUMS file to verify the integrity of downloaded files.
📝 自動生成的變更日誌 / Auto-generated Changelog
Full Changelog: v0.2.1...v0.2.2