Bones/node_modules/browser-sync/lib/cli/opts.reload.json

17 lines
316 B
JSON
Raw Normal View History

2017-05-17 13:45:25 -04:00
{
"files": {
"desc": "File paths to reload",
"type": "array",
"alias": "f"
},
"port": {
"alias": "p",
"type": "number",
"desc": "Target a running instance by port number"
},
"url": {
"alias": "u",
"desc": "Provide the full the url to the running Browsersync instance"
}
}