The "test-dir-list" command:
Usage: fossil test-dir-list NAME [GLOB] [OPTIONS]
Return the names of up to N objects in the directory NAME. If GLOB is provided, then only show objects that match the GLOB pattern.
This command is intended for testing the file_directory_list() function.
Options:
- --count
- Only count files, do not list them.
- --limit N
- Only show the first N files seen
- --nodots
- Do not show or count files that start with '.'