MCPcopy Index your code
hub / github.com/ChrisFeldmeier/OpenCodeRust / with_arguments

Method with_arguments

crates/opencode-command/src/lib.rs:47–50  ·  view source on GitHub ↗
(mut self, args: Vec<String>)

Source from the content-addressed store, hash-verified

45 }
46
47 pub fn with_arguments(mut self, args: Vec<String>) -> Self {
48 self.arguments = args;
49 self
50 }
51
52 pub fn with_variable(mut self, key: String, value: String) -> Self {
53 self.variables.insert(key, value);

Callers 2

run_non_interactiveFunction · 0.80
test_render_templateFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_render_templateFunction · 0.64