Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 853 Bytes

README.adoc

File metadata and controls

45 lines (31 loc) · 853 Bytes

injarg

injarg == inj[ect]arg[s]

Command-line tool that allows to call an app with arguments from an args file.

Usage

injarg <app> [ ... --args <file> ... ]
eval $( injarg <app> [ ... --args <file> ... ] )
injarg <app> [ ... --args <file> ... ] | /bin/sh

Installation

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

Tests

The unit tests are working with bats. Use the folling lines to run the unit tests.

$ cd test
$ bats .

License

injarg is licensed under the MIT Open Source license. For more information, see the LICENSE file in this repository.