Hacker News new | ask | show | jobs
by cassepipe 1327 days ago
It's dumb but I personally can't get over Camel-Kebab-Case commands. I hate typing Caps, and hyphens.
1 comments

PowerShell is case-insensitive, you don't need to type caps for variable/function references if you don't want to. You'll still have hyphens, but in an interactive shell (as opposed to a script) there are many aliases you could use that avoid hyphens (or you can make your own).

https://learn.microsoft.com/en-us/powershell/module/microsof...