refactor: Rename commands/config to commands/configure

This commit is contained in:
quexeky
2026-01-20 19:05:31 +11:00
parent 38e8ac4839
commit 29a77ff06e
12 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ use std::path::Path;
use crate::{
cli::UploadInfo,
commands::config::config::Config,
commands::configure::config::Config,
commands::upload::{s3::S3, uploadable::Uploadable},
manifest::generate_manifest,
};