Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Tcl 脚本的新手,我写了一个文件 I/O 的脚本,它需要用户输入两种字符串,一种是后缀字符串,一种是字符串的可变长度参数,例如我希望用户运行我的 tcl程序如下
tclsh ./helloWorld.tcl -p _louis -PG vdd vcc vss
问题是如何在我的 tcl 程序中写这个
或者基本上,如何在我的程序中编写一个-帮助页面?
我知道 argv 可以接受命令行多个变量,但它不能指定我想要的
感谢您的帮助