You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
581 B
581 B
| title | status | type | created_at | updated_at | parent | blocked_by | |
|---|---|---|---|---|---|---|---|
| Add CLI argument parsing | todo | task | 2026-04-11T22:34:31Z | 2026-04-11T22:34:31Z | vibed-f05l |
|
Implement the Args struct using clap derive API.
Todo
- Add
use clap::Parser;and deriveArgsstruct - Variadic positional
title: Vec<String>withnum_args = 1.. --jsonbool flag (output raw JSON)--allbool flag (show all results, not just top match)- Call
Args::parse()inmainand join title words for display cargo checkpasses