#+TITLE: CLI Helper - library to help implementing commandline interfaces * General - This program is free software: released under Creative Commons Zero (CC0) license - Program author: - Svjatoslav Agejenko - Homepage: https://svjatoslav.eu - Email: mailto://svjatoslav@svjatoslav.eu - [[https://www.svjatoslav.eu/projects/][Other software projects hosted at svjatoslav.eu]] ** Source code - [[https://www2.svjatoslav.eu/gitweb/?p=cli-helper.git;a=snapshot;h=HEAD;sf=tgz][Download latest snapshot in TAR GZ format]] - [[https://www2.svjatoslav.eu/gitweb/?p=cli-helper.git;a=summary][Browse Git repository online]] - Clone Git repository using command: : git clone https://www2.svjatoslav.eu/git/cli-helper.git - See [[https://www3.svjatoslav.eu/projects/cli-helper/apidocs/][JavaDoc]] * Library contents - See [[https://www3.svjatoslav.eu/projects/svjatoslav_commons/apidocs/][JavaDoc]]. - Commandline Interface helper : eu.svjatoslav.commons.cli_helper.CLIHelper - Commandline arguments parser and validator. : eu.svjatoslav.commons.cli_helper.parameter_parser * Usage Instructions to embed svjatoslav-commons in your project as a library: Maven pom.xml file snippet: #+BEGIN_SRC xml ... eu.svjatoslav cli-helper 1.0 ... ... svjatoslav.eu Svjatoslav repository http://www3.svjatoslav.eu/maven/ ... #+END_SRC