Add -w/--wslwindows option #33
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
graveyard/DevfileKotlin!33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "32-wsl-specific"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This also adds a specific for WSL2.
This option executes the operation on the windows host, if run with a
WSL2 Kernel.
There currently are multiple things hard-coded. The windows installation
needs to be in the C drive and it of course needs to be mounted inside
of WSL. WSL needs to have the windows interoperability that comes by
default to execute the cmd.exe.
This also reworks the way the command is built to be way cleaner and
easier to work with in the future