【发布时间】:2021-11-09 18:25:49
【问题描述】:
我在终端输入这个命令kid3-cli -c export -c "./tags.txt" -c "CSV more unquoted"
或者我在脚本中尝试:
kid3-cli -c export \
-c "./tags.txt" \
-c "CSV more unquoted" \
这样写:
Usage:
export P S [T] Export to file
S = Format name
当我以相同的顺序交互执行时,它会起作用。
kid3-cli> export "./tags.txt" "CSV more unquoted"
kid3-cli>
我做错了什么以及如何正确构建语法以使其在命令中起作用?
【问题讨论】:
标签: terminal tags export command-line-interface