CLI Helper - library to help implementing commandline interfaces

Table of Contents

1. General

1.1. Source code

2. Library contents

  • See JavaDoc.
  • Commandline Interface helper

    eu.svjatoslav.commons.cli_helper.CLIHelper
    
  • Commandline arguments parser and validator.

    eu.svjatoslav.commons.cli_helper.parameter_parser
    

3. Usage

Instructions to embed svjatoslav-commons in your project as a library:

Maven pom.xml file snippet:

<dependencies>
    ...
    <dependency>
        <groupId>eu.svjatoslav</groupId>
        <artifactId>cli-helper</artifactId>
        <version>1.0</version>
    </dependency>
    ...
</dependencies>


<repositories>
    ...
    <repository>
        <id>svjatoslav.eu</id>
        <name>Svjatoslav repository</name>
        <url>http://www3.svjatoslav.eu/maven/</url>
    </repository>
    ...
</repositories>

Author: Svjatoslav Agejenko

Created: 2022-07-13 Wed 04:24

Validate