feat: add tran win cmd route
This commit is contained in:
@@ -26,6 +26,7 @@ tran_lock_scope() {
|
||||
[ -n "$provider" ] || return 1
|
||||
plane=host
|
||||
case "$route" in
|
||||
*:win|*:win/*) plane=win ;;
|
||||
*:k3s*) plane=k3s ;;
|
||||
esac
|
||||
printf '%s\n' "$provider-$plane"
|
||||
|
||||
Reference in New Issue
Block a user