MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / command_uses_gateway_binary_name

Function command_uses_gateway_binary_name

crates/openshell-server/src/cli.rs:803–808  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

801
802 #[test]
803 fn command_uses_gateway_binary_name() {
804 let mut help = Vec::new();
805 command().write_long_help(&mut help).unwrap();
806 let help = String::from_utf8(help).unwrap();
807 assert!(help.contains("openshell-gateway"));
808 }
809
810 #[test]
811 fn command_exposes_version() {

Callers

nothing calls this directly

Calls 1

commandFunction · 0.85

Tested by

no test coverage detected