Commit 9e5087f2 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm: add --assumeyes alias for --auto

parent 979e0f78
......@@ -406,7 +406,7 @@ check_option()
# TODO: how to read arg?
sort="$1"
;;
--auto|--non-interactive) # HELPOPT: non interactive mode
--auto|--assumeyes|--non-interactive) # HELPOPT: non interactive mode
non_interactive="--auto"
;;
*)
......
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