@mikeyt23/node-cli-utils
    Preparing search index...

    Function wslPathExists

    • Spawns a process that runs wsl test -e <wslPath> to determine if a wsl path exists.

      Parameters

      • wslPath: string

        WSL path to check

      Returns boolean

      true if the wsl path exists, false otherwise

      Error if executed on non-windows platform

      Error if wsl is not installed