Back to Hhvm

watch-list

third-party/watchman/src/website/docs/cmd/watch-list.md

latest223 B
Original Source

Returns a list of watched dirs.

From the command line:

bash
$ watchman watch-list

JSON:

json
["watch-list"]

Result:

json
{
    "version": "1.9",
    "roots": [
        "/home/wez/watchman"
    ]
}