refactor: removed redundant skill name validation from has_skill function

This commit is contained in:
2026-06-04 14:58:33 -06:00
parent feef3f67b5
commit b1696c3425
4 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -13,9 +13,9 @@ use gman::providers::one_password::OnePasswordProvider;
use indoc::formatdoc;
use inquire::validator::Validation;
use inquire::{Confirm, Password, PasswordDisplayMode, Select, Text, min_length, required};
use log::debug;
use std::path::{Path, PathBuf};
use std::process::Command;
use log::debug;
pub fn ensure_password_file_initialized(local_provider: &mut LocalProvider) -> Result<()> {
let vault_password_file = local_provider