Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 623 Bytes

File metadata and controls

14 lines (9 loc) · 623 Bytes

CLI Directory Tree Generator

A command line interface built following a tutorial from Real Python.

Usage

$ python3 tree.py -v show program's version and exit

$ python3 tree.py -h show a help message and exit

$ python3 tree.py generate a tree directory starting at the working directory (default)

$ python3 tree.py [ROOT_DIR] generate a tree directory of the given directory

eg. $ python3 tree.py ../test :

tree-example