Features
| 0.4.0 | 0.16.1 | Removed the "pretty" renderer in favor of getting simple prompt features working. Changed the interface slightly. This is a breaking change! See examples for help. |
| 0.3.0 | 0.16.1 | First release. Supports derive feature. Only quit built-in command is implemented. Includes a "pretty" renderer for fancy prompt styling, but it doesn't work very well. |
Features
Theoretically all clap features are supported, but I have only tested derive.
Override the clap features in your Cargo.toml to enable or disable
additional features at your own risk.
| Feature Flag | Description | Default |
|---|---|---|
derive | Support clap's derive pattern for REPL commands | false |