Skip to content

Commit

Permalink
by default don't ignore errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Oct 15, 2019
1 parent 746eeda commit 5c451c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bolognese/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def __print_version
method_option :regenerate, :type => :boolean, :force => false
method_option :style, aliases: "-s", default: "apa"
method_option :locale, aliases: "-l", default: "en-US"
method_option :ignore_errors, aliases: "-e", default: "false"
method_option :ignore_errors, aliases: "-e", default: nil
def convert(input)
metadata = Metadata.new(input: input,
from: options[:from],
Expand Down

0 comments on commit 5c451c1

Please sign in to comment.