Loading
refactor(3gpp-ai): move CLI argument definitions to args.py following guidelines
- Move all inline Annotated definitions from cli.py to args.py: * ConfigFileOption for --config option * VlmHostOption/VlmPortOption for VLM hybrid server options * HybridServerHost/Port/Device/Wait for hybrid-server start command * ClearPath/Workspace/DryRun for clear_artifacts command * WorkspaceDeleteArtifactsOption for workspace delete command - Update cli.py imports to use new definitions - Remove unused Annotated imports from cli.py - All argument definitions now follow project guidelines in args.py