Skip to content

Commit

Permalink
make plugin name parameter required
Browse files Browse the repository at this point in the history
  • Loading branch information
wiibaa authored and Pere Urbon-Bayes committed May 26, 2016
1 parent acc4d81 commit 3c69bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pluginmanager/generate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c69bc3

Please sign in to comment.