1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-15 20:37:48 +00:00

ch*: improve the presentation

This commit is contained in:
Sylvestre Ledru 2024-12-28 23:41:58 +01:00
parent 836351dd7a
commit 6de5aa7ac7

View file

@ -34,6 +34,7 @@ pub enum VerbosityLevel {
Verbose, Verbose,
Normal, Normal,
} }
#[derive(PartialEq, Eq, Clone, Debug)] #[derive(PartialEq, Eq, Clone, Debug)]
pub struct Verbosity { pub struct Verbosity {
pub groups_only: bool, pub groups_only: bool,