This commit is contained in:
caem 2025-01-18 01:59:23 +01:00
parent 975d396b48
commit 351938ba05
Signed by: caem
GPG key ID: 69A830D03203405F
3 changed files with 52 additions and 4 deletions

View file

@ -65,7 +65,9 @@ args() {
DOTNIX_DO_ONLY_BUILD=1
shift 1
;;
"-k" | "--key")
shift 2
;;
*)
>&2 echo "Unrecognized argument '$1'. Run with --help to view accepted arguments."
exit 1