projects
/
cli-helper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12e09f3
)
Added link to CLI guidelines
author
Svjatoslav Agejenko
<svjatoslav@svjatoslav.eu>
Tue, 6 Feb 2024 16:10:16 +0000
(18:10 +0200)
committer
Svjatoslav Agejenko
<svjatoslav@svjatoslav.eu>
Tue, 6 Feb 2024 16:10:16 +0000
(18:10 +0200)
doc/index.org
patch
|
blob
|
history
diff --git
a/doc/index.org
b/doc/index.org
index
13d337f
..
7519328
100644
(file)
--- a/
doc/index.org
+++ b/
doc/index.org
@@
-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: