カスタムコマンドを作成します
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 :
...