|
|
|
@ -62,7 +62,7 @@ class Baguette::Configuration
|
|
|
|
|
property print_ipc_error : Bool = true
|
|
|
|
|
property print_ipc_exception : Bool = true
|
|
|
|
|
|
|
|
|
|
property verbosity : Int32 = 2
|
|
|
|
|
property verbosity : Int32 = 4
|
|
|
|
|
|
|
|
|
|
def initialize
|
|
|
|
|
end
|
|
|
|
@ -95,7 +95,7 @@ class Baguette::Configuration
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
parser.on "-v verbosity", "--verbosity level",
|
|
|
|
|
"Verbosity level. From 0 to 3. Default: 1" do |v|
|
|
|
|
|
"Verbosity level. From 0 to 4. Default: 4" do |v|
|
|
|
|
|
Baguette::Context.verbosity = v.to_i
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|