Some checks failed
CI / Lint (bash) (push) Has been cancelled
CI / Lint (markdown) (push) Has been cancelled
CI / Lint (nickel) (push) Has been cancelled
CI / Lint (nushell) (push) Has been cancelled
CI / Lint (rust) (push) Has been cancelled
CI / Code Coverage (push) Has been cancelled
CI / Test (macos-latest) (push) Has been cancelled
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / Build (macos-latest) (push) Has been cancelled
CI / Build (ubuntu-latest) (push) Has been cancelled
CI / Build (windows-latest) (push) Has been cancelled
CI / Benchmark (push) Has been cancelled
CI / Security Audit (push) Has been cancelled
CI / License Compliance (push) Has been cancelled
CLI Backend Examples
Command-line interface form examples.
Files
- autocompletion_demo.rs - Field autocomplete and suggestions
Running Examples
cargo run --example autocompletion_demo
Features
Autocompletion
Suggests values as user types:
- Email domain completion
- Name suggestions
- Pre-filled lists
- Custom completion logic
Use Cases
- Server management
- Configuration wizards
- Admin tools
- Batch form entry
- Scripting integration
I/O Handling
CLI forms read from stdin and write to stdout, making them:
- Pipe-friendly
- Scriptable
- Integration-friendly with other tools