Registry / cli / nu-cmd-base

nu-cmd-base

JSON →
library0.111.0rscratesunverified

Provides the foundational tools and utilities for building custom Nushell commands.

# Cargo.toml [dependencies] nu-cmd-base = "0.111.0"
INSTALL
IMPORT
SIG · NU-CMD-BASE
N
nu-cmd-base
clirustv0.111.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Command
use nu_cmd_base::Command;

Minimal example showing how to use the Command trait from nu-cmd-base.

use nu_cmd_base::Command; fn main() { // Example: define a simple command let cmd = Command::new("hello"); println!("Command name: {}", cmd.name()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.111.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
Amazon
1
Resources
nu-cmd-base — cargo add nu-cmd-base · libregistry