mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(cloudcmd) add --confirm-copy
This commit is contained in:
parent
df28ac7a78
commit
743b76d3ec
8 changed files with 66 additions and 38 deletions
5
app.json
5
app.json
|
|
@ -81,6 +81,11 @@
|
|||
"description": "enable vim hot keys",
|
||||
"value": "false",
|
||||
"required": false
|
||||
},
|
||||
"CLOUDCMD_CONFIRM_COPY": {
|
||||
"description": "confirm copy",
|
||||
"value": "true",
|
||||
"required": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue