Commit 2b70ec27 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm: add --disable-interactivity alias for --non-interactive

parent 4ef735ef
......@@ -518,7 +518,7 @@ check_option()
# TODO: how to read arg?
sort="$1"
;;
-y|--auto|--assumeyes|--non-interactive) # HELPOPT: non interactive mode
-y|--auto|--assumeyes|--non-interactive|--disable-interactivity) # HELPOPT: non interactive mode
non_interactive="--auto"
interactive=""
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment