brewlog/tests/cli/main.rs
Jon Seager cb28a6f8bb
fix: wire edit forms for Datastar form submission and add CLI tests
Add {contentType: 'form'} to all edit template @put() calls so form
inputs are submitted by name rather than as Datastar signals. Replace
the quick notes text input on the brew edit page with toggle pill
buttons matching the add form. Add CLI tests for brew and cup update
commands.
2026-02-10 19:42:58 +00:00

11 lines
212 B
Rust

pub mod backup_cli;
pub mod bags_cli;
pub mod brews_cli;
pub mod cafes_cli;
pub mod cups_cli;
pub mod gear_cli;
pub mod helpers;
pub mod roasters_cli;
pub mod roasts_cli;
pub mod test_macros;
pub mod tokens_cli;