Use arguments to the wsl commands
This commit is contained in:
parent
4d1040a4de
commit
f6a6785234
1 changed files with 2 additions and 2 deletions
4
run
4
run
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue