Commit 06e6a35e authored by Vitaly Lipatov's avatar Vitaly Lipatov

add short commands epmqi epmcl

parent 93476aa5
...@@ -84,12 +84,18 @@ case $progname in ...@@ -84,12 +84,18 @@ case $progname in
epme) epme)
epm_cmd=remove epm_cmd=remove
;; ;;
epmcl)
epm_cmd=changelog
;;
epms) epms)
epm_cmd=search epm_cmd=search
;; ;;
epmq) epmq)
epm_cmd=query epm_cmd=query
;; ;;
epmqi)
epm_cmd=info
;;
epmqf) epmqf)
epm_cmd=query_file epm_cmd=query_file
;; ;;
......
epm
\ No newline at end of file
epm
\ No newline at end of file
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