From: Svjatoslav Agejenko Date: Thu, 25 Apr 2024 14:31:25 +0000 (+0300) Subject: Update CLI Helper library version in documentation X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=cli-helper.git;a=commitdiff_plain;h=refs%2Fheads%2Fmaster Update CLI Helper library version in documentation The documentation for the project has been updated to reflect the new version of the CLI Helper library that is now 1.2. --- 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

diff --git a/doc/index.org b/doc/index.org index 5f3f218..6fa1f18 100644 --- a/doc/index.org +++ b/doc/index.org @@ -63,7 +63,7 @@ Maven pom.xml file snippet: eu.svjatoslav cli-helper - 1.1 + 1.2 ...