This commit is contained in:
caem 2025-01-18 16:16:53 +01:00
parent 1e33cc88fc
commit 65f25fe362
Signed by: caem
GPG key ID: 69A830D03203405F
2 changed files with 7 additions and 5 deletions

View file

@ -65,9 +65,6 @@ 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