mirror of
https://github.com/rancher/plugins.git
synced 2025-10-21 22:38:46 +00:00
This commit adds a struct type CommonArgs that is to be embedded in every plugin's argument struct. It contains a field named "IgnoreUnknown" which will be parsed as a boolean and can be provided to ignore unknown arguments passed to the plugin.