mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
parent
22c857556f
commit
59bc304f27
1 changed files with 6 additions and 0 deletions
|
@ -63,6 +63,12 @@ module Clamp
|
|||
class << self
|
||||
include ::Clamp::Option::StrictDeclaration
|
||||
end
|
||||
|
||||
def handle_remaining_arguments
|
||||
unless remaining_arguments.empty?
|
||||
signal_usage_error "Unknown command '#{remaining_arguments.first}'"
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue