feat: Add validation command
This commit is contained in:
parent
1de71ab026
commit
9a3ad0ae17
35 changed files with 1666 additions and 508 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue