You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(** Below flags are only for bsb script, it is not available for bsb.exe
16685
16685
we make it at this time to make `bsb -help` easier
16686
16686
*)
16687
-
"-ws", Arg.Bool ignore,
16687
+
"-ws", Bool ignore,
16688
16688
" [host:]port specify a websocket number (and optionally, a host). When a build finishes, we send a message to that port. For tools that listen on build completion." ;
(** Below flags are only for bsb script, it is not available for bsb.exe
16842
16842
we make it at this time to make `bsb -help` easier
16843
16843
*)
16844
-
"-ws", Arg.Bool ignore,
16844
+
"-ws", Bool ignore,
16845
16845
" [host:]port specify a websocket number (and optionally, a host). When a build finishes, we send a message to that port. For tools that listen on build completion." ;
0 commit comments