Don't dump all command output unless there is an error, print nice messages instead.
hererocks ========= ``hererocks`` is a single file Python script for installing `Lua <http://http://www.lua.org/>`_ and `LuaRocks <https://luarocks.org/>`_, its package manager, into a local directory. :: $ hererocks here --lua=5.2.3 --luarocks=2.2.2 $ here/bin/lua -v Lua 5.2.3 Copyright (C) 1994-2013 Lua.org, PUC-Rio $ here/bin/luarocks --version here/bin/luarocks 2.2.2 LuaRocks main command-line interface $ here/bin/luarocks install busted $ here/bin/busted --version 2.0.rc10-0 WIP
Languages
Python
98.4%
Lua
0.7%
Batchfile
0.5%
Shell
0.4%