mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
unknown options should raise an error
This commit is contained in:
parent
40b3444e71
commit
5b8da9d8b8
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ require "middleman/templates"
|
|||
module Middleman
|
||||
class CLI < Thor
|
||||
include Thor::Actions
|
||||
check_unknown_options!
|
||||
default_task :server
|
||||
|
||||
def initialize(*)
|
||||
|
|
Loading…
Reference in a new issue