test: add unittest for parseActionOptions

This commit is contained in:
lilong.129
2025-08-14 11:19:23 +08:00
parent 0dd2f6c20c
commit b7a777c3a9
3 changed files with 151 additions and 5 deletions

View File

@@ -116,6 +116,10 @@ The framework supports both Go and Python plugins:
- Internal utilities in `internal/`
- Examples in `examples/`
### Code Standards
- All code comments must be written in English
- All documentation must be written in Chinese
### Dependencies
- Go 1.23+ required
- Uses Cobra for CLI
@@ -126,7 +130,3 @@ The framework supports both Go and Python plugins:
- Static linking for deployment
- Version info embedded via ldflags
- Cross-platform builds supported
### Code Standards
- All code comments must be written in English
- All documentation must be written in Chinese