NBash
19 строк · 623.0 Байт
1Source: bash-argsparse
2Section: libs
3Priority: optional
4Maintainer: Damien Nade <bash-argsparse@livna.org>
5Build-Depends: debhelper (>= 7.0.50), doxygen
6
7Package: bash-argsparse
8Architecture: all
9Depends: bash (>= 4), util-linux
10Homepage: https://github.com/Anvil/bash-argsparse
11Description: An high level argument parsing library for bash
12An high level argument parsing library for bash.
13.
14The purpose is to replace the option-parsing and usage-describing
15functions commonly rewritten in all scripts.
16.
17This library is implemented for bash version 4. Prior versions of
18bash will fail at interpreting that code.
19.
20