{"id":65457,"library":"nu-cmd-lang","title":"Nushell Language Commands","description":"Provides the core language commands for the Nushell shell, including control flow, data manipulation, and pipeline operations.","status":"active","version":"0.110.0","language":"rust","source_language":null,"source_url":"https://github.com/nushell/nushell","tags":["nushell","shell","commands","language"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nnu-cmd-lang = \"0.110.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add nu-cmd-lang","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"commands","correct":"use nu_cmd_lang::commands;"}],"quickstart":{"code":"use nu_cmd_lang::commands;\n\nfn main() {\n    // Example: list available commands\n    let cmd_list = commands();\n    println!(\"Available commands: {:?}\", cmd_list);\n}","lang":"rust","description":"Demonstrates importing and using the core language commands module."},"warnings":[],"env_vars":null,"search_vec":"'command':3,8,23 'control':14 'core':6 'data':16 'flow':15 'includ':13 'languag':2,7,24 'manipul':17 'nushel':1,11,21 'oper':20 'pipelin':19 'provid':4 'shell':12,22","created_at":"2026-06-17T17:10:45.222751+00:00","updated_at":"2026-06-17T17:10:45.222751+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/nushell/nushell","github":"https://github.com/nushell/nushell","docs":"https://docs.rs/nu-cmd-lang/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["cli","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}