From 07f00a521dcfe6abbe2ae320bf4fba5cdc32631f Mon Sep 17 00:00:00 2001 From: ajatkj Date: Mon, 8 Jul 2024 20:00:38 +0530 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a7a244..8c72e62 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ Coverage - +

# typed-argparser @@ -25,12 +25,13 @@ It uses Python's type hints to provide a convenient way of parsing and validatin ✓ **Type Hinting:** Uses type hints to parse and validate command-line arguments.
✓ **Modular Interface:** Easily define arguments and commands in a clear, organized way.
-✓ **Automatic Help Pages:** Generates help pages automatically, so users know how to use your CLI.
+✓ **Reusable Arguments:** Easily reuse arguments across multiple commands.
✓ **Nested Commands:** Supports complex applications with any level of nested commands.
✓ **File Handling:** Provides out-of-the-box support for handling files.
✓ **Customizable Help Messages:** Fully customizable, giving you control over usage and help messages.
✓ **Built-in Validators:** Comes with many built-in validators, such as time range and length validators.
✓ **Custom Types:** You can define your own custom types to validate and convert command-line arguments.
+✓ **Multiple Commands:** Supports multiple commands in a single CLI (experimental).
## Installation