We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61dd9b9 commit e2132edCopy full SHA for e2132ed
1 file changed
README.md
@@ -3,8 +3,9 @@ bash-argsparse
3
4
An high level argument parsing library for bash.
5
6
-The purpose is to replace the option-parsing and usage-describing
7
-functions commonly rewritten in all scripts.
+Inspired, by the python argparse module, bash-argsparse purpose is to
+replace the option-parsing and usage-describing functions commonly
8
+rewritten in all scripts.
9
10
This library is implemented for GNU bash version >= 4.1. Prior
11
versions of bash will fail at interpreting that code.
0 commit comments