Commit 58e9a9f6 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm: add -y as --auto alias

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