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

Bug fix for ISSUE 5 #6

Closed jbelina closed 1 year ago

jbelina commented 1 year ago

Updated New-PSWorkItem and Complete-PSWorkItem to include -Path when calling _newWorkItem.

Also updated _newWorkItem to skip call to Convert-Path when $path is an empty string.

jbelina commented 1 year ago

Resolved Issue: #5