feat: add --change-key flag to update API key
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user