X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=doc%2Findex.html;h=fc778b54184b215cd8120dcc38d555460942858f;hb=refs%2Fheads%2Fmaster;hp=7009a8e629c464d1ab72366c3230c9628831a5f4;hpb=ecdcd9e6d583459affcf247e0232bdbaedb39f91;p=cli-helper.git diff --git a/doc/index.html b/doc/index.html index 7009a8e..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,25 +202,25 @@

Table of Contents

-
-

1. General

+
+

1. General

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

1.1. Source code

+
+

1.1. Source code

-
-

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).
@@ -293,8 +293,8 @@ Library provides following general functionalities:
-
-

3. Alternatives and further reading

+
+

3. Alternatives and further reading

-
-

4. Getting the library

+
+

4. Getting the library

Instructions to embed svjatoslav-commons library in your project: @@ -319,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> @@ -338,8 +338,8 @@ Maven pom.xml file snippet:

-
-

5. TODO:

+
+

5. TODO:

List of improvement suggestions: @@ -370,7 +370,7 @@ dependencies and conflicts resolution.

Author: Svjatoslav Agejenko

-

Created: 2024-04-25 Thu 17:26

+

Created: 2024-04-25 Thu 17:30

Validate