Description
This PR fixes two issues in the plugin manager:
- Fix error return value: The plugin stub was returning the wrong error variable when flag parsing failed
- Restore os.Args after plugin completion: The global os.Args was being modified during plugin completion but not restored, which could cause side effects in subsequent code
Files changed: