-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Currently in version 1.3.2, the Get-Task and Get-TodoList Cmdlets declare their output type as
- [OutputType([Task])]
+ [OutputType("Task")]By passing Task as a string to the OutputType attribute, tab completion no longer works for things like
gtask 1 | select <TAB> # propertiesWhile that's not exactly a bug, it's a nice-to-have feature that improves the user experience quite a lot in my opinion.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed