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
("-print", Arg.String (funtxt -> print:= txt), "Print either binary or napkinscript");
29
-
("-parse", Arg.String (funtxt -> origin:= txt), "Parse reasonBinary or napkinscript");
30
-
("-width", Arg.Int (funw -> width := w), "Specify the line length that the printer will wrap on");
33
+
("-parse", Arg.String (funtxt -> origin:= txt), "Parse reasonBinary, ml or ns. Default: ns");
34
+
("-print", Arg.String (funtxt -> print:= txt), "Print either binary or ns. Default: ns");
35
+
("-width", Arg.Int (funw -> width := w), "Specify the line length for the printer (formatter)");
31
36
("-interface", Arg.Unit (fun() -> interface :=true), "Parse as interface");
32
37
(* ("-report", Arg.String (fun txt -> report := txt), "Stylize errors and messages using color and context. Accepts `Pretty` and `Plain`. Default `Plain`") *)
0 commit comments