You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove emojis from documentation for professional tone
- Add release script with automated tag management and GitHub release creation
- Fix CI/CD pipeline (Go version, Windows compatibility, linting)
- Add golangci-lint configuration
- Format all Go files with gofmt
- Update documentation with accurate Cobra feature comparison and roadmap
A modern, **100% drop-in replacement** for [Cobra](https://github.com/spf13/cobra) with enhanced terminal features including beautiful colored output, interactive prompts, loading spinners, and progress bars.
7
+
A modern, **drop-in replacement** for [Cobra](https://github.com/spf13/cobra) with enhanced terminal features including beautiful colored output, interactive prompts, loading spinners, and progress bars.
8
8
9
-
> **Fast, elegant, and powerful** - just like the snake! 🐍
9
+
> **Fast, elegant, and powerful** - just like the snake.
10
10
11
11
## Features
12
12
13
-
- ✅ **100% Cobra Compatible** - Drop-in replacement with the same API
14
-
- 🎨 **Modern Styled Output** - Beautiful colors and formatting using [lipgloss](https://github.com/charmbracelet/lipgloss)
15
-
- 💬 **Interactive Prompts** - User-friendly input prompts with [huh](https://github.com/charmbracelet/huh)
16
-
- ⏳ **Loading Spinners** - Visual feedback for long-running operations
17
-
- 📊 **Progress Bars** - Track progress for batch operations
18
-
- 🎯 **Styled Help Messages** - Enhanced help output with colors and structure
19
-
- 🔧 **Full Flag Support** - Compatible with [pflag](https://github.com/spf13/pflag)
13
+
**Core Cobra Compatibility:**
14
+
-**Subcommands & Nesting** - Full support for complex CLI hierarchies
15
+
-**POSIX Flags** - Short & long flags via [pflag](https://github.com/spf13/pflag)
16
+
-**Command Aliases** - Multiple names for the same command
17
+
-**Lifecycle Hooks** - PreRun, PostRun, and persistent variants
0 commit comments