Skip to content

Commit 65e869d

Browse files
committed
no emojis
1 parent 99f8dc5 commit 65e869d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)