rptree 0.1.0

A command line tool for generating directory tree.
Documentation
# rptree

A command line tool for generating directory tree.

## Install

`Cargo install rptree`

## Usage

Enter `rptree - h` on the command line to view the detailed usage commands:
```text
Rp Tree 0.1.0
An useful tool for generating directory tree

USAGE:

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -o, --output <output>    Output file

ARGS:
    <ROOT_DIR>    Root dir for generate directory tree
```
## LICENSE

This project is licensed under the MIT License (see the
[LICENSE](LICENSE) file for details).