plugins/types
Stefan Junker fc83c24eb5 pkg/types: add IgnoreUnknown arg and logic
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.
2016-03-21 20:36:05 +01:00
..
args.go pkg/types: add IgnoreUnknown arg and logic 2016-03-21 20:36:05 +01:00
types.go added the String method to Result type 2016-02-19 17:40:46 +00:00