Browse Source

Rename clean file

Most of file defining commands have a trailing _command. Done for clean.
Leo 9 years ago
parent
commit
f16dcdc685
2 changed files with 1 additions and 1 deletions
  1. 0 0
      src/clean_command.ml
  2. 1 1
      src/command_def.ml

src/clean.ml → src/clean_command.ml


+ 1 - 1
src/command_def.ml

@@ -153,7 +153,7 @@ let clean =
       +> shared_params
     )
     (fun { rc } () ->
-      Clean.run ~rc ()
+      Clean_command.run ~rc ()
     )
 ;;