diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-08 19:20:15 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-13 19:27:05 +0700 |
commit | 720ea1f274a3d37b6fd8f63ffcc8fa4ea07f2dfa (patch) | |
tree | fe9a28077a44c5ac6ff8c7552c90fe1db5a41c89 /python/python2-docopt/slack-desc | |
parent | 8d28404160dc2f019c6473c5b1e2d38c7d0646ff (diff) |
python/python2-docopt: Added (CLI description language)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-docopt/slack-desc')
-rw-r--r-- | python/python2-docopt/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python2-docopt/slack-desc b/python/python2-docopt/slack-desc new file mode 100644 index 0000000000..6f858da637 --- /dev/null +++ b/python/python2-docopt/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python2-docopt: python2-docopt (Command-line interface description language) +python2-docopt: +python2-docopt: docopt helps you +python2-docopt: * define interface for your command-line app +python2-docopt: * automatically generate parser for it. +python2-docopt: +python2-docopt: Homepage: http://docopt.org/ +python2-docopt: +python2-docopt: +python2-docopt: +python2-docopt: |