chore: dependencies updated
This commit is contained in:
@@ -242,7 +242,6 @@ impl From<String> for ContainerStatus {
|
||||
|
||||
impl ContainerStatus {
|
||||
/// Check if a container is unhealthy
|
||||
/// TODO should have a healthy Option<X> part now, so no need to parse
|
||||
pub fn unhealthy(&self) -> bool {
|
||||
self.contains("(unhealthy)")
|
||||
}
|
||||
|
||||
@@ -13,9 +13,6 @@ pub use {color_parser::AppColors, keymap_parser::Keymap};
|
||||
mod parse_args;
|
||||
mod parse_config_file;
|
||||
|
||||
// TODO use a global pub static oncelock for the config
|
||||
// static CELL: OnceLock<usize> = OnceLock::new();
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
#[allow(clippy::struct_excessive_bools)]
|
||||
pub struct Config {
|
||||
|
||||
Reference in New Issue
Block a user