【发布时间】:2014-02-17 22:26:16
【问题描述】:
我有一个 tcl 脚本 drakon_gen.tcl 。我正在运行它,从另一个脚本 run.tcl 像这样:
source "d:\\del 3\\drakon_editor1.22\\drakon_gen.tcl"
当我运行run.tcl 时,我有以下输出:
This utility generates code from a .drn file.
Usage: tclsh8.5 drakon_gen.tcl <options>
Options:
-in <filename> The input filename.
-out <dir> The output directory. Optional.
现在我需要添加到输出中的run.tcl 选项。我尝试了很多方法,但我收到错误。添加选项的正确方法是什么?
【问题讨论】:
标签: tcl