You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find PluginConfigOption kind of confusing, especially with PluginConfig around; its name led me to believe it had a direct link with the plugin configuration.
Not sure what's the best solution from that point, here's some ideas:
Rename PluginConfig to PluginCommand
Rename PluginConfigOption to...
PluginInput
PluginOption
PluginFlag
PluginArg
etc.
The text was updated successfully, but these errors were encountered:
I find
PluginConfigOption
kind of confusing, especially withPluginConfig
around; its name led me to believe it had a direct link with the plugin configuration.Not sure what's the best solution from that point, here's some ideas:
PluginConfig
toPluginCommand
PluginConfigOption
to...PluginInput
PluginOption
PluginFlag
PluginArg
The text was updated successfully, but these errors were encountered: