feat: Add validation command

This commit is contained in:
Gerald Pinder 2024-10-11 19:37:28 -04:00
parent 1de71ab026
commit 9a3ad0ae17
35 changed files with 1666 additions and 508 deletions

View file

@ -2,7 +2,10 @@
#![doc = include_str!("../README.md")]
#![allow(clippy::needless_raw_string_hashes)]
shadow_rs::shadow!(shadow);
pub(crate) mod info {
#![allow(clippy::too_long_first_doc_paragraph)]
shadow_rs::shadow!(shadow);
}
pub mod commands;
pub mod rpm_ostree_status;