injarg == inj[ect]arg[s]
Command-line tool that allows to call an app with arguments from an args file.
injarg <app> [ ... --args <file> ... ] eval $( injarg <app> [ ... --args <file> ... ] ) injarg <app> [ ... --args <file> ... ] | /bin/sh
Use just the following line to get the latest release.
luarocks install injarg
If you want to use the current development version, clone the repository and use LuaRocks with the following command.
luarocks make dist/injarg-scn-0.rockspec
The unit tests are working with bats. Use the folling lines to run the unit tests.
$ cd test $ bats .