We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
clean -with-deps
1 parent eaff193 commit e23058aCopy full SHA for e23058a
jscomp/main/rescript_main.ml
@@ -179,12 +179,11 @@ let clean_subcommand ~start argv =
179
Bsb_arg.parse_exn
180
~usage:clean_usage ~start ~argv [|
181
"-with-deps", unit_set_spec make_world,
182
- "Clean dependencies too";
+ "*internal* Clean dependencies too";
183
"-verbose", call_spec Bsb_log.verbose,
184
"Set the output to be verbose";
185
|] failed_annon;
186
- if !make_world then
187
- Bsb_clean.clean_bs_deps Bsb_global_paths.cwd ;
+ Bsb_clean.clean_bs_deps Bsb_global_paths.cwd ;
188
Bsb_clean.clean_self Bsb_global_paths.cwd
189
let init_usage = "Init the project\n\
190
rescript init [project-name]\n\
0 commit comments