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

Function command

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

Source from the content-addressed store, hash-verified

213}
214
215pub fn command() -> Command {
216 Cli::command()
217 .name("openshell-gateway")
218 .bin_name("openshell-gateway")
219}
220
221pub async fn run_cli() -> Result<()> {
222 rustls::crypto::ring::default_provider()

Calls 1

nameMethod · 0.45