mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(cloudcmd) IO.mv -> IO.move
This commit is contained in:
parent
b081dc8b18
commit
13307f3861
11 changed files with 65 additions and 15 deletions
|
|
@ -191,7 +191,7 @@ function onPUT({name, config, body}, callback) {
|
|||
const rootDir = config('root');
|
||||
|
||||
switch(cmd) {
|
||||
case 'mv': {
|
||||
case 'move': {
|
||||
const {
|
||||
from,
|
||||
to,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue