refactor: Improved test assertions in the app module

This commit is contained in:
2025-12-08 16:47:40 -07:00
parent f6c4c1623f
commit ee1bee22eb
7 changed files with 669 additions and 828 deletions
+4
View File
@@ -1,3 +1,7 @@
#[cfg(test)]
#[macro_use]
extern crate assertables;
use anyhow::Result;
use clap::{CommandFactory, Parser, crate_authors, crate_description, crate_name, crate_version};
use clap_complete::generate;