Commit 0adee1b6 authored by MinchinWeb's avatar MinchinWeb

Allow for multiple tags with the same key

parent 4b8c8f09
......@@ -109,7 +109,7 @@ class TagCommand(Command):
self.todolist.set_dirty()
def _set(self):
if len(self.current_values) > 1:
if len(self.current_values) > 1 and not self.force_add:
answer = self._choose()
if answer == "all":
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment