lib/timetrap/config.rb in timetrap-1.8.11 vs lib/timetrap/config.rb in timetrap-1.8.12

- old
+ new

@@ -25,10 +25,12 @@ 'default_formatter' => 'text', # the default command to when you run `t`. default to printing usage. 'default_command' => nil, # only allow one running entry at a time. # automatically check out of any running tasks when checking in. - 'auto_checkout' => false + 'auto_checkout' => false, + # interactively prompt for a note if one isn't passed when checking in. + 'require_note' => false } end def [](key) overrides = File.exist?(PATH) ? YAML.load(erb_render(File.read(PATH))) : {}