Skip to content

Commit

Permalink
Add file tree depth limit to autocompletion
Browse files Browse the repository at this point in the history
  • Loading branch information
logason committed Oct 28, 2020
1 parent 0a9405f commit e413641
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,8 @@ function selectSource(sourceToAdd, json) {
rootPath: '',
message: 'Select a folder to save the analytics wrapper in',
default: '',
suggestOnly: false
suggestOnly: false,
depthLimit: 10
}
];

Expand Down

0 comments on commit e413641

Please sign in to comment.