you are viewing a single comment's thread
view the rest of the comments
[–] 5 points 2 years ago (1 child)

No complaints from me. Maybe if I had to use it. The thing that strikes me as particularly noisy is what seems to be either case insensitive commands and flags, or case sensitive and using Pascal-Case for both commands and flags. Which would be my least preferred option.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 2 years ago

    Commands and flags (for native powershell commands) are case insensitive, but the autocomplete both in the shell and text editors is really good, so people typically use it and have it tidy up whatever they've written to match the canonical case.

  • source
  • parent