github.phpd.cn/thought-machine/please@v12.2.0+incompatible/src/parse/args/BUILD (about) 1 go_binary( 2 name = 'arg_printer', 3 srcs = ['main.go'], 4 deps = [ 5 '//src/core', 6 '//src/parse', 7 ], 8 ) 9 10 genrule( 11 name = 'args', 12 outs = ['rule_args.json'], 13 cmd = '$TOOL query rules > $OUT', 14 tools = [':arg_printer'], 15 visibility = ['PUBLIC'], 16 )