How to explicitly specify the range of arguments in BOXCLI's files:rename command using powershell
Hi.
I would like to run the following command using BOXCLI's files:rename command in windowspowershell.
box files: rename 1212390982066 "abc(de)-fg"
box files: rename 1212390982066 "abc de(fg) -hi"
However, since it contains parentheses and half-width spaces, an error occurs, so I would like to specify the range of arguments in the following form, but I do not know how.
box files:rename -arg1 1212390982066 -arg2 "abc(de)-fg"
box files: rename --id 1212390982066 --name "abc(de)-fg"
Can you tell me the correct way of writing to specify the range of arguments?
Please sign in to leave a comment.
Comments
0 comments