Searched defs:auto_args (Results 1 – 2 of 2) sorted by relevance
49 struct auto_args { struct50 int argc;51 struct auto_arg *argv;
432 def auto_args(repo, args): function