fix: rename bichonctl to bichon-cli

This commit is contained in:
rustmailer
2026-05-15 12:07:26 +08:00
parent 7afb1e29aa
commit 1ee2eade3a
12 changed files with 39 additions and 39 deletions
+2 -2
View File
@@ -27,10 +27,10 @@ use bichon_core::{
users::{permissions::Permission, view::UserView},
};
use crate::BichonCtlConfig;
use crate::BichonCliConfig as BichonCliConfig;
pub async fn verify_user_and_get_account(
config: &BichonCtlConfig,
config: &BichonCliConfig,
theme: &ColorfulTheme,
only_nosync: bool,
) -> MinimalAccount {