bin/commands/last.rb in doing-2.1.80 vs bin/commands/last.rb in doing-2.1.81

- old
+ new

@@ -11,10 +11,10 @@ c.example 'doing last --edit', desc: 'Open the most recent entry in an editor for modifications' c.example 'doing last --search "\'side hustle" --edit', desc: 'Open most recent entry containing "side hustle" (exact match) in editor' c.desc 'Specify a section' c.arg_name 'NAME' - c.flag %i[s section], default_value: 'All' + c.flag %i[s section], default_value: 'All', multiple: true c.desc "Edit entry with #{Doing::Util.default_editor}" c.switch %i[e editor], negatable: false, default_value: false c.desc "Delete the last entry"