xacli-components-0.1.1 has been yanked.
xacli-components
Interactive terminal UI components for CLI applications.
Components
| Component | Description |
|---|---|
| Input | Text input with cursor navigation |
| Confirm | Yes/No confirmation dialog |
| Select | Single selection list |
| MultiSelect | Multiple selection list |
| ProgressBar | Progress indicator with multi-thread support |
| Spinner | Loading animation |
Quick Start
use ;
// Text input
let name = new
.default
.run?;
// Selection
let color = new
.option
.option
.option
.run?;
// Confirmation
let confirmed = new
.default
.run?;
Examples
Documentation
License
Apache-2.0