I create a custom command via
def spawn_pot(ctx):
ctx.recurse ('po')
class spawnpot(BuildContext):
cmd = 'spawnpot'
fun = 'spawn_pot'
and I would like to set a tooltip, but I could not find how to do that. Currently the waf --help
looks like this (truncated):
Main commands (example: ./waf build -j4)
build : executes the build
...
updatepo :
...