Commit 4d34020d authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm tool: add which command

parent 94f44975
......@@ -62,6 +62,9 @@ epm_tool()
showcmd json "$@"
$SHAREDIR/tools_json "$@"
;;
"which")
print_command_path "$@" # HELPCMD: which like command (no output to stderr, can works without which package)
;;
*)
fatal "Unknown command $ epm tool $WHAT. Use epm print help for get help."
;;
......
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