dirlisting.cli
Module Contents
Functions
|
Create a directory listing given an input FILE. |
- dirlisting.cli.app(is_sort, is_dirsfirst, output, file)
Create a directory listing given an input FILE.
The input should be a yaml file with directories having a colon after them and files without.
Example
This is a very simple input file.:
- topdir: - file1.txt - somedir: - another_file.txt