MCPcopy Create free account
hub / github.com/aws/amazon-q-developer-cli / process_args

Method process_args

crates/chat-cli/src/cli/mcp.rs:199–208  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

197 }
198
199 fn process_args(&self) -> Result<Vec<String>> {
200 let mut processed_args = Vec::new();
201
202 for arg in &self.args {
203 let parsed = parse_args(arg)?;
204 processed_args.extend(parsed);
205 }
206
207 Ok(processed_args)
208 }
209}
210
211#[derive(Debug, Clone, PartialEq, Eq, Args)]

Callers 1

executeMethod · 0.80

Calls 1

parse_argsFunction · 0.85

Tested by

no test coverage detected