Commit eed9af82 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm: add play command

parent d5d6a57d
...@@ -331,6 +331,9 @@ check_command() ...@@ -331,6 +331,9 @@ check_command()
prescription|recipe) # HELPCMD: run prescription (a script to achieving the goal), run without args to get list prescription|recipe) # HELPCMD: run prescription (a script to achieving the goal), run without args to get list
epm_cmd=prescription epm_cmd=prescription
;; ;;
play) # HELPCMD: install the application from the official site (run without args to get list)
epm_cmd=prescription
;;
-V|checkpkg|integrity) # HELPCMD: check package file integrity (checksum) -V|checkpkg|integrity) # HELPCMD: check package file integrity (checksum)
epm_cmd=checkpkg epm_cmd=checkpkg
;; ;;
......
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