File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ inheritance.
55
66## Features
77
8- - 🚀 ** Perfect Type Safety** - No ` as any ` casting needed
9- - 🎯 ** Clean API** - ` MyApp.parse(args) ` with direct property access
10- - 🏗️ ** Decorator-Based** - Use ` @cli ` , ` @description ` , ` @required ` , etc.
11- - 📦 ** Subcommands** - Hierarchical command structure with full type safety
12- - ✅ ** Validation** - Built-in and custom validators
13- - 🔧 ** Instance Properties** - Natural, intuitive property definitions
14- - 📚 ** Self-Contained** - Each command class handles its own parsing
8+ - ** Perfect Type Safety**
9+ - ** Clean API** - ` MyApp.parse(args) ` with direct property access
10+ - ** Decorator-Based** - Use ` @cli ` , ` @description ` , ` @required ` , etc.
11+ - ** Subcommands** - Hierarchical command structure with full type safety
12+ - ** Validation** - Built-in and custom validators
13+ - ** Instance Properties** - Natural, intuitive property definitions
14+ - ** Self-Contained** - Each command class handles its own parsing
1515
1616## Quick Start
1717
You can’t perform that action at this time.
0 commit comments