--by-file and --by-file-by-lang not respecting --force-lang=
Brought to you by:
alnd
when --force-lang is used by itself, the language table only includes details for the specified language. When --force-lang is combined with --by-files-by-lang, the language table still only includes details for the specified language, but the files list includes all languages (not just limited to those specified by --force-lang). When --force-lang is combined with --by-file, the files list includes all languages.
Anonymous
--force-lang XX means "count every file of source code as though it belongs to language XX". It does not mean "only count source files which belong to language XX".
Sorry for the false report. Thanks for the quick reply.
v1.62 released