• egonallanon@lemm.ee
    link
    fedilink
    arrow-up
    7
    ·
    4 months ago

    Yeah I’m a big fan of it. People complain about the verbosity of it but I like that for readability and autocomplete makes that a non issue I find. Plus if you really want to save on typing when using it as a terminal tool you can just make aliases for all your common commands.

    • okamiueru@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      4 months ago

      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.

      • AnyOldName3@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        4 months 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.