X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=doc%2Findex.org;h=6fa1f18a3b56192d908dde26ad8408eaa8c68109;hb=HEAD;hp=13d337fc88ac22a32568f3e95f9d44ae25c1f80a;hpb=12e09f39d9640cf77c50ffda0563cccbbbc4e79d;p=cli-helper.git diff --git a/doc/index.org b/doc/index.org index 13d337f..6fa1f18 100644 --- a/doc/index.org +++ b/doc/index.org @@ -20,7 +20,7 @@ - [[https://www2.svjatoslav.eu/gitweb/?p=cli-helper.git;a=summary][Browse Git repository online]] - Clone Git repository using command: - : git clone https://www2.svjatoslav.eu/git/cli-helper.git + : git clone https://www3.svjatoslav.eu/git/cli-helper.git - See [[https://www3.svjatoslav.eu/projects/cli-helper/apidocs/][JavaDoc]] @@ -48,6 +48,10 @@ Library provides following general functionalities: - askLong() :: Asks the user to enter an integer. - askString() :: Asks the user to enter a string. +* Alternatives and further reading + +- [[https://clig.dev/][Command Line Interface Guidelines]] + * Getting the library Instructions to embed svjatoslav-commons library in your project: @@ -59,7 +63,7 @@ Maven pom.xml file snippet: eu.svjatoslav cli-helper - 1.1 + 1.2 ...