MCPcopy Create free account
hub / github.com/KuangjuX/ncu-cli / cli_binary

Function cli_binary

tests/integration_test.rs:3–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1use std::process::Command;
2
3fn cli_binary() -> Command {
4 Command::new(env!("CARGO_BIN_EXE_ncu-cli"))
5}
6
7// ---------------------------------------------------------------------------
8// Backward compatibility: `ncu-cli --input <path>` still works

Callers 15

test_analyze_subcommandFunction · 0.85
test_analyze_json_formatFunction · 0.85
test_analyze_csv_formatFunction · 0.85
test_info_subcommandFunction · 0.85
test_info_jsonFunction · 0.85
test_summary_subcommandFunction · 0.85
test_summary_jsonFunction · 0.85
test_skill_listFunction · 0.85
test_skill_run_rooflineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected