Use arguments to the wsl commands

This commit is contained in:
Oliver Davies 2024-08-12 10:49:02 +01:00
parent 4d1040a4de
commit f6a6785234

4
run
View file

@ -33,11 +33,11 @@ function update {
} }
function wsl:build { function wsl:build {
_home build wsl2 _home build wsl2 "$@"
} }
function wsl:switch { function wsl:switch {
_home switch wsl2 _home switch wsl2 "$@"
} }
function _home { function _home {