Kate Ward | 77c9192 | 2016-01-10 17:05:56 +0100 | [diff] [blame] | 1 | shFlags README |
| 2 | ============== |
Kate Ward | b11509f | 2016-01-10 16:42:55 +0100 | [diff] [blame] | 3 | |
Kate Ward | 77c9192 | 2016-01-10 17:05:56 +0100 | [diff] [blame] | 4 | shFlags is a port of the Google [gflags](http://gflags.github.io/gflags/) |
| 5 | library for Unix shell. The code is written in a way to be as portable as |
| 6 | possible to work across a wide array of Unix variants. It is also tested with |
Kate Ward | 61afcdd | 2016-01-10 17:08:52 +0100 | [diff] [blame] | 7 | [shUnit2](https://github.com/kward/shunit2) to maintain code quality. |
Kate Ward | b11509f | 2016-01-10 16:42:55 +0100 | [diff] [blame] | 8 | |
Kate Ward | 77c9192 | 2016-01-10 17:05:56 +0100 | [diff] [blame] | 9 | If you'd like to use shFlags, feel free to read the documentation. |
Kate Ward | b11509f | 2016-01-10 16:42:55 +0100 | [diff] [blame] | 10 | https://github.com/kward/shflags/wiki/Documentation10x |