mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
parent
53c0bc1cf7
commit
0665497ca5
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class LogStash::PluginManager::Generate < LogStash::PluginManager::Command
|
|||
arg
|
||||
end
|
||||
|
||||
option "--name", "PLUGIN", "Name of the new plugin"
|
||||
option "--name", "PLUGIN", "Name of the new plugin", :required => true
|
||||
option "--path", "PATH", "Location where the plugin skeleton will be created", :default => Dir.pwd
|
||||
|
||||
def execute
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue