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.
vibed/.beans/vibed-54u4--add-cli-argumen...

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
vibed-ca4q

Implement the Args struct using clap derive API.

Todo

  • Add use clap::Parser; and derive Args struct
  • Variadic positional title: Vec<String> with num_args = 1..
  • --json bool flag (output raw JSON)
  • --all bool flag (show all results, not just top match)
  • Call Args::parse() in main and join title words for display
  • cargo check passes