Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
CLI: Add parse-languages argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
rottmann committed Dec 19, 2014
1 parent 364dbaa commit 3057d15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/apidoc
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ var options = {
parse : argv['parse'],
colorize : argv['color'],
filters : transformToObject(argv['parse-filters']),
languages : transformToObject(argv['parse-languages']),
parsers : transformToObject(argv['parse-parsers']),
workers : transformToObject(argv['parse-workers']),
silent : argv['silent'],
Expand Down

0 comments on commit 3057d15

Please sign in to comment.