Print warning if deprecated --include-python flag is given

This commit is contained in:
Reinier Criel 2025-12-16 14:47:53 +01:00
parent 6beb962282
commit 037a83e1ff
5 changed files with 109 additions and 2 deletions

View file

@ -134,6 +134,9 @@ parse_arguments() {
--ci)
USE_CI_SETUP=true
;;
--include-python)
warn "--include-python is deprecated and ignored. Python ecosystem is now included by default."
;;
*)
error "Unknown argument: $arg"
;;