nushell-plugins/api_nu_plugin_kcl
2025-06-27 02:32:49 +01:00
..
src chore: add api_nu_plugin_kcl 2025-06-27 02:32:49 +01:00
.gitignore chore: add api_nu_plugin_kcl 2025-06-27 02:32:49 +01:00
Cargo.lock chore: add api_nu_plugin_kcl 2025-06-27 02:32:49 +01:00
Cargo.toml chore: add api_nu_plugin_kcl 2025-06-27 02:32:49 +01:00
LICENSE chore: add api_nu_plugin_kcl 2025-06-27 02:32:49 +01:00
README.md chore: add api_nu_plugin_kcl 2025-06-27 02:32:49 +01:00

nu_plugin_kcl

This is a Nushell plugin called "kcl".

Installing

> cargo install --path .

Usage

FIXME: This reflects the demo functionality generated with the template. Update this documentation once you have implemented the actual plugin functionality.

> plugin add ~/.cargo/bin/nu_plugin_kcl
> plugin use kcl
> kcl-exec Ellie
Hello, Ellie. How are you today?
> kcl-exec --shout Ellie
HELLO, ELLIE. HOW ARE YOU TODAY?