woodenshark / Lightpack

Lightpack and Prismatik open repository (For support use support@lightpack.tv)
https://lightpack.tv/
GNU General Public License v3.0
204 stars 245 forks source link

Implement LightpackCommandLineParser class. #17

Closed dreamer-dead closed 10 years ago

dreamer-dead commented 10 years ago
- Use QCommandLineParser class to parse the command line.
- Add alternate way to set debug level (--debug=level).
- Handle --help and --version command switches.
- Add unit-tests for LightpackCommandLineParser class.

Fix #10