diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-09-24 02:25:08 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-25 13:59:44 +0700 |
commit | a14b498dfe2285735d929584a76338400c8cfb5c (patch) | |
tree | eddf81979b06e20d744604a5cb0cdc203c59940e /python/python3-autocommand/slack-desc | |
parent | 9241e99d63cb407c9bd8af4c32d8de6ed16b3e88 (diff) |
python/python3-autocommand: Added (create a cli prog from function)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-autocommand/slack-desc')
-rw-r--r-- | python/python3-autocommand/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-autocommand/slack-desc b/python/python3-autocommand/slack-desc new file mode 100644 index 000000000000..0351b8f6efe6 --- /dev/null +++ b/python/python3-autocommand/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------------------------------------------------------| +python3-autocommand: python3-autocommand (Lib to create a cli program from a function) +python3-autocommand: +python3-autocommand: A library to automatically generate and run simple argparse parsers +python3-autocommand: from function signatures. +python3-autocommand: +python3-autocommand: +python3-autocommand: +python3-autocommand: Homepage: https://github.com/Lucretiel/autocommand +python3-autocommand: +python3-autocommand: +python3-autocommand: |