You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`dirsOnly`|`false`| Boolean | List directories only. |
77
77
|`exclude`|`[]`| Array | An array of regex to test each filename against. Matching files will be excluded and matching directories will not be traversed into. |
78
78
|`maxDepth`|`Number.POSITIVE_INFINITY`| Number | Max display depth of the directory tree. |
79
+
|`reverse`|`false`| Boolean | Sort the output in reverse alphabetic order. |
79
80
|`trailingSlash`|`false`| Boolean | Appends a trailing slash behind directories. |
0 commit comments