我通过创建自定义命令
def spawn_pot(ctx):
ctx.recurse ('po')
class spawnpot(BuildContext):
cmd = 'spawnpot'
fun = 'spawn_pot'
我想设置一个工具提示,但我找不到如何做到这一点。目前waf --help
看起来像这样(截断):
Main commands (example: ./waf build -j4)
build : executes the build
...
updatepo :
...