formanator 4.0.0

Submit Forma <https://joinforma.com> benefit claims from the command line, with support for AI-powered receipt analysis via OpenAI or GitHub Models
1
2
3
4
5
6
7
8
9
10
11
12
//! Subcommand handlers. Each module exposes a `run(args)` function that the
//! [`crate::main`] dispatcher calls.

pub mod benefits;
pub mod categories;
pub mod generate_template_csv;
pub mod list_claims;
pub mod login;
pub mod submit_claim;
pub mod submit_claims_from_csv;
pub mod submit_claims_from_directory;
pub mod validate_csv;