We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d40d6e4 commit 1fb27e6Copy full SHA for 1fb27e6
1 file changed
main/CLI.ml
@@ -215,6 +215,7 @@ let actions () = [
215
"-loc", " <file>",
216
Arg_.mk_action_1_arg (fun file ->
217
let orig = Web.parse (Fpath.v file) in
218
+ let orig = Web.expand_sharp_include orig in
219
let stats : Stat.t = Stat.stat_of_web orig in
220
Logs.app (fun m -> m "LOC = %d (LOE = %d)" stats.loc stats.loe);
221
);
0 commit comments