X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=doc%2Findex.html;h=fc778b54184b215cd8120dcc38d555460942858f;hb=HEAD;hp=164a576ba1c2414a2f4cf22b0f8ba68196683689;hpb=12e09f39d9640cf77c50ffda0563cccbbbc4e79d;p=cli-helper.git diff --git a/doc/index.html b/doc/index.html index 164a576..fc778b5 100644 --- a/doc/index.html +++ b/doc/index.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + CLI Helper - library to help implementing commandline interfaces @@ -202,24 +202,25 @@

Table of Contents

-
-

1. General

+
+

1. General

  • This program is free software: released under Creative Commons Zero @@ -236,8 +237,8 @@
-
-

1.1. Source code

+
+

1.1. Source code

  • Download latest snapshot in TAR GZ format
  • @@ -248,7 +249,7 @@ Clone Git repository using command:

    -git clone https://www2.svjatoslav.eu/git/cli-helper.git
    +git clone https://www3.svjatoslav.eu/git/cli-helper.git
     
  • See JavaDoc
  • @@ -257,8 +258,8 @@ git clone https://www2.svjatoslav.eu/git/cli-helper.git
-
-

2. Overview

+
+

2. Overview

-
-

2.1. Ask for user input

+
+

2.1. Ask for user input

askBoolean()
Asks the user to enter a boolean value (yes/no).
@@ -292,9 +293,18 @@ Library provides following general functionalities:
-
-

3. Getting the library

+
+

3. Alternatives and further reading

+
+ +
+

4. Getting the library

+

Instructions to embed svjatoslav-commons library in your project:

@@ -309,7 +319,7 @@ Maven pom.xml file snippet: <dependency> <groupId>eu.svjatoslav</groupId> <artifactId>cli-helper</artifactId> - <version>1.1</version> + <version>1.2</version> </dependency> ... </dependencies> @@ -328,9 +338,9 @@ Maven pom.xml file snippet:
-
-

4. TODO:

-
+
+

5. TODO:

+

List of improvement suggestions:

@@ -360,7 +370,7 @@ dependencies and conflicts resolution.

Author: Svjatoslav Agejenko

-

Created: 2023-10-29 Sun 23:27

+

Created: 2024-04-25 Thu 17:30

Validate