-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSOE-156: Code styling #63
Conversation
This reverts commit de23536.
What an adventure! |
It was a huge waste of time fighting with the peculiarities of how splatting works. |
You might have been able to test that locally - not the docker command, just the argument splatting. Anyway, you are smarter now! 🎉 It's probably worth sharing this hard-won knowledge in our wiki on some PS specific page. |
I did what I can locally, but most of the stuff was related to Docker (under Ubuntu). I'll add this to the wiki. |
That's what I thought, but hash table-based splatting doesn't work with anything non-PS. Array-based splitting does, but I could get that right in one go, after spending half an hour figuring out why hash table-based splatting won't work the same as with a PS script. |
You can see from my screenshot that splatting a hash table prepends the keys with a single dash. So I wouldn't expect it to work with |
That's what I did, except for But please let's not waste any more time on this whole thing. |
/sad :(. |
OSOE-156