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