diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2024-05-12 19:46:35 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-18 06:55:34 +0700 |
commit | 2d4aa0b452974966869e39f7835ad6a838d635a8 (patch) | |
tree | e158e12559fd0bafd01367fddf0d4fc727744bc6 /python/argh/slack-desc | |
parent | 221c16d902c99aeb82cca772386484795d2eda09 (diff) |
python/argh: Removed unused.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/argh/slack-desc')
-rw-r--r-- | python/argh/slack-desc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/python/argh/slack-desc b/python/argh/slack-desc deleted file mode 100644 index 1a31d9a6ea15f..0000000000000 --- a/python/argh/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# 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------------------------------------------------------| -argh: argh (An unobtrusive argparse wrapper) -argh: -argh: Building a command-line interface? Found yourself uttering "argh!" -argh: while struggling with the API of argparse? Don't like the complexity -argh: but need the power? -argh: Argh is a smart wrapper for argparse. Argparse is a very powerful -argh: toll; Argh just makes it easy to use. -argh: -argh: Homepage: https://github.com/neithere/argh/ -argh: -argh: |