From 7e57b83cb5e175ea3d503f4828852023403154fa Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Sun, 29 Oct 2023 23:24:03 +0200 Subject: [PATCH] Update html documentation page with new version and date Updated the version of the CLI Helper library from 1.0 to 1.1 in the documentation pages (index.html and index.org). Furthermore, also updated date in index.html. These changes were made to reflect the latest updates in the library and to keep the documentation up to date. --- doc/index.html | 44 ++++++++++++++++++++++---------------------- doc/index.org | 2 +- 2 files changed, 23 insertions(+), 23 deletions(-) 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

diff --git a/doc/index.org b/doc/index.org index 6ed2f6e..ef68c70 100644 --- a/doc/index.org +++ b/doc/index.org @@ -59,7 +59,7 @@ Maven pom.xml file snippet: eu.svjatoslav cli-helper - 1.0 + 1.1 ... -- 2.20.1