Registry / cli / nu-cmd-lang

nu-cmd-lang

JSON →
library0.110.0rscratesunverified

Provides the core language commands for the Nushell shell, including control flow, data manipulation, and pipeline operations.

# Cargo.toml [dependencies] nu-cmd-lang = "0.110.0"
INSTALL
IMPORT
SIG · NU-CMD-LANG
N
nu-cmd-lang
clirustv0.110.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.

commands
✓ use nu_cmd_lang::commands;

Demonstrates importing and using the core language commands module.

use nu_cmd_lang::commands; fn main() { // Example: list available commands let cmd_list = commands(); println!("Available commands: {:?}", cmd_list); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.110.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Amazon
1
Resources
nu-cmd-lang — cargo add nu-cmd-lang · libregistry