MethodsAndPractices / vsteam

PowerShell module for accessing Azure DevOps Services and Azure DevOps Server (formerly VSTS or TFS)
https://methodsandpractices.github.io/vsteam-docs/
MIT License
445 stars 155 forks source link

Quoted all Completer results because they all work on strings. #324

Closed DarqueWarrior closed 4 years ago

DarqueWarrior commented 4 years ago

PR Summary

I decided to change every completer to quote all results. All completers today work against strings and adding quotes hurts nothing and reduces the code need.

PR Checklist