{"id":75216,"library":"nu-cmd-base","title":"Nushell Command Base","description":"Provides the foundational tools and utilities for building custom Nushell commands.","status":"active","version":"0.111.0","language":"rust","source_language":null,"source_url":"https://github.com/nushell/nushell","tags":["nushell","commands","foundation","shell","utilities"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nnu-cmd-base = \"0.111.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add nu-cmd-base","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Command","correct":"use nu_cmd_base::Command;"}],"quickstart":{"code":"use nu_cmd_base::Command;\n\nfn main() {\n    // Example: define a simple command\n    let cmd = Command::new(\"hello\");\n    println!(\"Command name: {}\", cmd.name());\n}","lang":"rust","description":"Minimal example showing how to use the Command trait from nu-cmd-base."},"warnings":[],"env_vars":null,"search_vec":"'base':3 'build':11 'command':2,14,16 'custom':12 'foundat':6,17 'nushel':1,13,15 'provid':4 'shell':18 'tool':7 'util':9,19","created_at":"2026-06-17T19:13:59.169190+00:00","updated_at":"2026-06-17T19:13:59.169190+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-base/","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}}