mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Print warning if deprecated --include-python flag is given
This commit is contained in:
parent
6beb962282
commit
037a83e1ff
5 changed files with 109 additions and 2 deletions
|
|
@ -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"
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue