cli-ui 0.1.0

Styled CLI framework — typed argument parsing, themed help, and clack-style interactive prompts
Documentation
# Build artifacts
/target
**/target

# Cargo lockfile — committed for binaries, ignored for libraries.
# cli-ui is a library, so we don't track it.
Cargo.lock

# Editor / IDE
.idea/
.vscode/
.claude/
*.swp
*.swo
*~
.DS_Store

# Coverage / profiling
*.profraw
tarpaulin-report.html

# Local test artifacts
/test.csv
/test.pem