feat: add --change-key flag to update API key

This commit is contained in:
glitchySid
2025-12-31 21:22:46 +05:30
parent e1974599c8
commit adfc426ede
3 changed files with 27 additions and 0 deletions

View File

@@ -19,4 +19,6 @@ pub struct Args {
#[arg(long, help = "Undo the last file organization")]
pub undo: bool,
#[arg(long, help = "Change api key")]
pub change_key: bool,
}