mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
remove duplicate list subcommand
When running `./logstash-plugin --help`, there was twice time the list sub command Fixes #6205
This commit is contained in:
parent
ee822debf3
commit
1a0fcfd211
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ module LogStash
|
|||
subcommand "update", "Update a plugin", LogStash::PluginManager::Update
|
||||
subcommand "pack", "Package currently installed plugins", LogStash::PluginManager::Pack
|
||||
subcommand "unpack", "Unpack packaged plugins", LogStash::PluginManager::Unpack
|
||||
subcommand "list", "List all installed plugins", LogStash::PluginManager::List
|
||||
subcommand "generate", "Create the foundation for a new plugin", LogStash::PluginManager::Generate
|
||||
subcommand "uninstall", "Uninstall a plugin. Deprecated: Please use remove instead", LogStash::PluginManager::Uninstall
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue