You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
Thanks for raising this issue.
I am actually not sure about the correct direction for this. I have searched for some guidelines or best practice for this but couldn't find a clear definition. Therefore I have logged an PowerShellPracticeAndStyle issue: Unquoted strings #146.
Depending on the feedback, I will try to implement your request
@JohnLeyva, the rules behind whether string keys need quoting and how to determine the need for quoting programmatically is covered in this SO post (@iRon7 himself asked the question and contributed to one of the answers).
I have published a new version (3.3.6) that leaves hash table keys unquoted where possible.
To define which keys can be left unquoted, the regular expression
First of all, very nice work
it will be nice if hashtables keys are not quoted when it is not necessary in order to generate cleaner output.
So it can generate output like the following
The text was updated successfully, but these errors were encountered: