X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=cli-helper.git;a=blobdiff_plain;f=doc%2Findex.html;fp=doc%2Findex.html;h=da2f39d932533059f0398a8a6a983a5aea103f99;hp=9ff31949b732be2f05b758c6d0591acbb0ab7c80;hb=7e57b83cb5e175ea3d503f4828852023403154fa;hpb=bf90648aae782ad8d680a0e65238dfa22056bdb1 diff --git a/doc/index.html b/doc/index.html index 9ff3194..da2f39d 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,24 @@

Table of Contents

-
-

1. General

+
+

1. General

  • This program is free software: released under Creative Commons Zero @@ -236,8 +236,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).
@@ -292,8 +292,8 @@ Library provides following general functionalities:
-
-

3. Getting the library

+
+

3. Getting the library

Instructions to embed svjatoslav-commons library in your project: @@ -309,7 +309,7 @@ Maven pom.xml file snippet: <dependency> <groupId>eu.svjatoslav</groupId> <artifactId>cli-helper</artifactId> - <version>1.0</version> + <version>1.1</version> </dependency> ... </dependencies> @@ -328,8 +328,8 @@ Maven pom.xml file snippet:

-
-

4. TODO:

+
+

4. TODO:

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

Author: Svjatoslav Agejenko

-

Created: 2023-10-23 Mon 00:22

+

Created: 2023-10-29 Sun 23:23

Validate