tuisage 0.2.1

TUI application for interacting with CLI commands defined by usage specs
---
source: src/ui.rs
expression: output
---
┌ Command ─────────────────────────────────────────────────────────────────────┐
│ $ mytool                                                                     │
└──────────────────────────────────────────────────────────────────────────────┘
┌ Flags ───────────────────────────────────────────────────────────────────────┐
│▶ ○ -v, --verbose                                               Verbose output│
│  ○ -f, --force                                                Force operation│
│  ○ --dry-run                                           Show what would happen│
│                                                                              │
│                                                                              │
│                                                                              │
│                                                                              │
│                                                                              │
└──────────────────────────────────────────────────────────────────────────────┘
┌ Arguments ───────────────────────────────────────────────────────────────────┐
│  ● <input> = (empty)                                               Input file│
│  ○ [output] = (empty)                                             Output file│
│                                                                              │
│                                                                              │
└──────────────────────────────────────────────────────────────────────────────┘
 ⏎/Space toggle  ↑↓ navigate  ⇥ next  / filter  ^r run  q quit     T: [Dracula]