MCPcopy Create free account
hub / github.com/AmrDeveloper/GQL / test_repl_arguments

Function test_repl_arguments

crates/gitql-cli/src/arguments.rs:218–222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

216
217 #[test]
218 fn test_repl_arguments() {
219 let arguments = vec!["gitql".to_string(), "--repos".to_string(), ".".to_string()];
220 let command = parse_arguments(&arguments);
221 assert!(matches!(command, Command::ReplMode { .. }));
222 }
223
224 #[test]
225 fn test_query_arguments() {

Callers

nothing calls this directly

Calls 1

parse_argumentsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…