Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

opts.reload.json 316 B

před 3 roky
12345678910111213141516
  1. {
  2. "files": {
  3. "desc": "File paths to reload",
  4. "type": "array",
  5. "alias": "f"
  6. },
  7. "port": {
  8. "alias": "p",
  9. "type": "number",
  10. "desc": "Target a running instance by port number"
  11. },
  12. "url": {
  13. "alias": "u",
  14. "desc": "Provide the full the url to the running Browsersync instance"
  15. }
  16. }