hartez / todo.txt-PowerShell

Implementation of todo.txt CLI for PowerShell
https://hartez.github.io/todo.txt-PowerShell/
MIT License
23 stars 7 forks source link

Cannot use priority multiple times #10

Closed m-ender closed 9 years ago

m-ender commented 9 years ago

I noticed that the script prevents using one priority multiple times and gives an error

There is already an item with this priority

I haven't used todo.txt CLI but looking at the code it doesn't seem to have such a restriction, and looking at the todotxt.com page the example in their screenshots at the top contain two items with priority (A). Would you consider removing that check?

hartez commented 9 years ago

Fixed.