jdhitsolutions / PSWorkItem

A PowerShell 7 module for managing work and personal tasks or to-do items. This module uses a SQLite database to store task and category information. The module is not a full-featured project management solution, but should be fine for personal needs. The module requires a 64-bit Windows or Linux platform.
MIT License
36 stars 5 forks source link

Prevent duplicate categories from being added #4

Closed jbelina closed 1 year ago

jbelina commented 2 years ago

Bug fix for Issue #3

Also, displays current category to check instead of all the categories passed into Add-PSWorkItemCategory