Don't setup a commandline flag when the Argument attribute in a PluginConfigOption is not set.
An empty string option name leads to some weird breakages and we shouldnt allow it.
Also with this fix we can now have PluginConfigOptions that are only accessible via the keyspace+path.. which is an interesting side effect.
Really simple fix here
Don't setup a commandline flag when the Argument attribute in a PluginConfigOption is not set. An empty string option name leads to some weird breakages and we shouldnt allow it.
Also with this fix we can now have PluginConfigOptions that are only accessible via the keyspace+path.. which is an interesting side effect.