File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 25
25
let () = Bsb_log. setup ()
26
26
let current_theme = ref " basic"
27
27
let generate_theme_with_path = ref None
28
- let regen = " -regen"
29
28
let separator = " --"
30
29
let watch_mode = ref false
31
30
let make_world = ref false
@@ -67,7 +66,7 @@ let bsb_main_flags : (string * spec * string) list=
67
66
" -theme" , String (String_set current_theme),
68
67
" The theme for project initialization, default is basic(https://github.com/bucklescript/bucklescript/tree/master/jscomp/bsb/templates)" ;
69
68
70
- regen, unit_set_spec force_regenerate,
69
+ " - regen" , unit_set_spec force_regenerate,
71
70
" (internal) Always regenerate build.ninja no matter bsconfig.json is changed or not (for debugging purpose)" ;
72
71
" -themes" , call_spec Bsb_theme_init. list_themes,
73
72
" List all available themes" ;
Original file line number Diff line number Diff line change @@ -16825,7 +16825,6 @@ end = struct
16825
16825
let () = Bsb_log.setup ()
16826
16826
let current_theme = ref "basic"
16827
16827
let generate_theme_with_path = ref None
16828
- let regen = "-regen"
16829
16828
let separator = "--"
16830
16829
let watch_mode = ref false
16831
16830
let make_world = ref false
@@ -16867,7 +16866,7 @@ let bsb_main_flags : (string * spec * string) list=
16867
16866
"-theme", String (String_set current_theme),
16868
16867
"The theme for project initialization, default is basic(https://github.com/bucklescript/bucklescript/tree/master/jscomp/bsb/templates)";
16869
16868
16870
- regen, unit_set_spec force_regenerate,
16869
+ "- regen" , unit_set_spec force_regenerate,
16871
16870
"(internal) Always regenerate build.ninja no matter bsconfig.json is changed or not (for debugging purpose)";
16872
16871
"-themes", call_spec Bsb_theme_init.list_themes,
16873
16872
"List all available themes";
Original file line number Diff line number Diff line change @@ -16982,7 +16982,6 @@ end = struct
16982
16982
let () = Bsb_log.setup ()
16983
16983
let current_theme = ref "basic"
16984
16984
let generate_theme_with_path = ref None
16985
- let regen = "-regen"
16986
16985
let separator = "--"
16987
16986
let watch_mode = ref false
16988
16987
let make_world = ref false
@@ -17024,7 +17023,7 @@ let bsb_main_flags : (string * spec * string) list=
17024
17023
"-theme", String (String_set current_theme),
17025
17024
"The theme for project initialization, default is basic(https://github.com/bucklescript/bucklescript/tree/master/jscomp/bsb/templates)";
17026
17025
17027
- regen, unit_set_spec force_regenerate,
17026
+ "- regen" , unit_set_spec force_regenerate,
17028
17027
"(internal) Always regenerate build.ninja no matter bsconfig.json is changed or not (for debugging purpose)";
17029
17028
"-themes", call_spec Bsb_theme_init.list_themes,
17030
17029
"List all available themes";
You can’t perform that action at this time.
0 commit comments