pub fn no_matching_item(
    item: String,
    has_exact: bool,
    has_all: bool
) -> Result<()>