Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
215
pub fn command() -> Command {
216
Cli::command()
217
.name(
"openshell-gateway"
)
218
.bin_name(
"openshell-gateway"
)
219
}
220
221
pub async fn run_cli() -> Result<()> {
222
rustls::crypto::ring::default_provider()
Callers
15
run_cli
Function · 0.85
command_uses_gateway_binary_name
Function · 0.85
command_exposes_version
Function · 0.85
command_rejects_removed_driver_flags
Function · 0.85
command_rejects_removed_ssh_endpoint_flags
Function · 0.85
parse_with_args
Function · 0.85
main
Function · 0.85
cli_debug_assert
Function · 0.85
completions_engine_returns_candidates
Function · 0.85
completions_subcommand_appears_in_candidates
Function · 0.85
completions_policy_flag_falls_back_to_file_paths
Function · 0.85
completions_other_path_flags_fall_back_to_path_candidates
Function · 0.85
Calls
1
name
Method · 0.45
Tested by
13
command_uses_gateway_binary_name
Function · 0.68
command_exposes_version
Function · 0.68
command_rejects_removed_driver_flags
Function · 0.68
command_rejects_removed_ssh_endpoint_flags
Function · 0.68
cli_debug_assert
Function · 0.68
completions_engine_returns_candidates
Function · 0.68
completions_subcommand_appears_in_candidates
Function · 0.68
completions_policy_flag_falls_back_to_file_paths
Function · 0.68
completions_other_path_flags_fall_back_to_path_candidates
Function · 0.68
sandbox_upload_uses_path_value_hint
Function · 0.68
sandbox_upload_completion_suggests_local_paths
Function · 0.68
gateway_completion_suggests_registered_gateways
Function · 0.68