Rename .copy -> .clone

This commit is contained in:
PThorpe92
2025-08-04 20:29:50 -04:00
parent 7e42b97b93
commit f75eaee886
4 changed files with 7 additions and 7 deletions

View File

@@ -144,7 +144,7 @@ pub struct HeadersArgs {
}
#[derive(Debug, Clone, Args)]
pub struct CopyArgs {
pub struct CloneArgs {
pub output_file: String,
}