NURLNURL registrynurl-lang.org →

← argz-demo

argz-demo 0.1.0 API

main.nu

argz-demo — a tiny installable CLI built on the argz registry package.

Demonstrates the full ecosystem loop: this program declares argz as a registry dependency (see nurl.toml), and nurlpkg install argz-demo fetches it, resolves argz into ./deps/, compiles this entry point against the installed stdlib, and drops a greet binary on $PATH.

greet --name World → Hello, World! greet --name World --shout → HELLO, WORLD! greet alice bob → Hello, alice! / Hello, bob!

API

@ main → i