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.
我正在用 Twisted 编写一个基于 *.tac 文件的服务器,该文件启动服务和应用程序。我想获得一个额外的命令行参数来指定一个 yaml 配置文件。我已经尝试通过构建一个继承自它的类来使用usage.Options,但是由于在我的类Options(...) 类中没有指定额外的、扭曲的命令行参数(例如-y)而窒息。
怎样才能得到一个额外的参数,并且仍然将其余的传递给twistd?我必须使用插件系统执行此操作吗?
在此先感谢您的帮助!
道格
一个 tac 文件是配置文件。它不接受配置。
如果要传递命令行参数,则需要编写一个插件。