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.
我有一个“大”控制台应用程序,有很多命令
我们正在清理设计,但实际上我们想将一些命令分组到文件夹中......但是有没有办法从子文件夹中调用命令?
有CConsoleApplication.commandMap,它允许您指定所需的所有命令,但您必须指定完整路径。我相信您可以将其作为构建过程的一部分。