Skip to content

Commit

Permalink
Merge pull request #14 from kindofbeard/feature/include-system-collec…
Browse files Browse the repository at this point in the history
…tions

Feature/include system collections
  • Loading branch information
perak authored Jul 2, 2020
2 parents 24dcd54 + 62107d0 commit 23ebe63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Usage:
-r, --raw Shows the exact list of types with frequency instead of the most frequent type only.
-l, --limit Number of records to parse to get the schema, default is 100.
-n, --dont-follow-fk Don't follow specified foreign key. Can be simply "fieldName" (all collections) or "collectionName:fieldName" (only for given collection).
-s, --include-system string Analyzes system collections as well.
```
Expand Down
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const printUsage = function () {
console.log('\t\t-r, --raw\tShows the exact list of types with frequency instead of the most frequent type only.');
console.log('\t\t-l, --limit\tChanges the amount of items to parse from the collections. Default is 100.');
console.log("\t\t-n, --dont-follow-fk string\tDon't follow specified foreign key. Can be simply \"fieldName\" (all collections) or \"collectionName:fieldName\" (only for given collection).");
console.log("\t\t-n, --include-system string\tAnalyzes system collections as well.");
console.log("\t\t-s, --include-system string\tAnalyzes system collections as well.");
console.log('');
console.log('Enjoy! :)');
console.log('');
Expand Down

0 comments on commit 23ebe63

Please sign in to comment.