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.
1 parent 02a4f5b commit 01819fdCopy full SHA for 01819fd
bin/apidoc
@@ -16,7 +16,7 @@ var nomnom = require('nomnom');
16
var apidoc = require('../lib/index');
17
18
var argv = nomnom
19
- .option('file-filters', { abbr: 'f', 'default': '.*\\.(clj|coffee|cs|dart|erl|go|java|js|php?|py|rb|scala|ts|pm)$',
+ .option('file-filters', { abbr: 'f', 'default': '.*\\.(clj|coffee|cs|dart|erl|go|java|js|litcoffee|php?|py|rb|scala|ts|pm)$',
20
list: true,
21
help: 'RegEx-Filter to select files that should be parsed (multiple -f can be used).' })
22
0 commit comments