From 2049610a6426b745203faeec34cdd1b8340e0905 Mon Sep 17 00:00:00 2001 From: Yaakov Saxon Date: Fri, 10 Mar 2023 12:18:28 -0500 Subject: [PATCH] Update README.md with summary at top --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8844c6a..bbdf611 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ A collection of various extensions for Slack's bolt library to help you more eas [docs](https://ysaxon.github.io/boltworks/) +The main features are: +* Easy CLI parsing using the ArgParse library (or an automagic function parser that determines what params you need) +* Easy callbacks on buttons and other GUI elements +* A fast and flexible way of posting lots of information in a dynamically expandable GUI format + ## CLI - Argparse decorator [argparse_command in docs](https://ysaxon.github.io/boltworks/api/#boltworks.cli.argparse_decorator)