github.com/bazelbuild/bazel-watcher@v0.25.2/internal/ibazel/output_runner/output_runner_test.json (about)

     1  [
     2  	{
     3  		"regex": "^(buildozer) '(.*)'\\s+(.*)$",
     4  		"command": "$1",
     5  		"args": ["$2", "$3"]
     6  	},
     7  	{
     8  		"regex": "WARNING",
     9  		"command": "warn",
    10  		"args": ["keep_calm", "dont_panic"]
    11  	},
    12  	{
    13  		"regex": "DANGER",
    14  		"command": "danger",
    15  		"args": ["be_careful", "why_so_serious"]
    16  	}
    17  ]