-
Notifications
You must be signed in to change notification settings - Fork 89
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
我需要在录制结束后使用oliveshell运行rclone copy $FILE_PATH anime:LiveRecords的命令,希望能在这条命令中能够解析出$FILE_PATH变量的值并替换到命令中,我尝试了这样写
[[Shows.PostCmds]]
Path = "oliveshell"
Args = ["rclone", "copy", "$FILE_PATH", "anime:LiveRecords"]
但是最后运行的命令中$FILE_PATH没有解析出来路径,而是直接带着变量名运行了,那么如何写配置文件才能解析出变量值呢?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation