From 02ba02f831f156400bba892999428b6f9ba8c199 Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Thu, 25 Apr 2024 17:31:25 +0300 Subject: [PATCH] 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. --- doc/index.html | 50 +++++++++++++++++++++++++------------------------- doc/index.org | 2 +- 2 files changed, 26 insertions(+), 26 deletions(-) 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 ... -- 2.20.1