devsapp / fc

阿里云函数计算(FC)组件

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

s nas command 在windows 的CMD和gitBash 部分情况下运行出错

fitoe opened this issue · comments

commented

CMD中

参数无法生效(-o 以及 /o 格式参数都无效)
image

gitBash

运行
bash s nas command ls /mnt/auto
会报错:
image

但将command 后的参数用引号包裹后可正常执行:
bash s nas command 'ls /mnt/auto'