--on --to

This commit is contained in:
Lukas Wurzinger 2025-01-04 16:32:50 +01:00
parent 3846a736b1
commit 24b36d236c
No known key found for this signature in database

View file

@ -30,6 +30,14 @@ while true; do
flake=$2
shift 2
;;
(-o | --on)
flags+=(--build-host "$2")
shift 2
;;
(-t | --to)
flags+=(--target-host "$2")
shift 2
;;
(-v | --verbose)
flags+=(--verbose)
shift