8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b407167 commit f6e952fCopy full SHA for f6e952f
README.md
@@ -16,7 +16,7 @@ $ pip install rptree
16
$ rptree /path/to/directory/
17
```
18
19
-**Note:** The `-h` or `--help` option provides help on how to use RP Tree.
+**Note:** The `-h` or `--help` option provides help on using RP Tree.
20
21
## Sample Output
22
@@ -31,10 +31,10 @@ $ rptree hello/
31
├── tests/
32
│ └── test_hello.py
33
│
34
-├── requirements.txt
35
-├── setup.py
+├── LICENSE
36
├── README.md
37
-└── LICENSE
+├── requirements.txt
+└── setup.py
38
39
40
That's it! You've generated a nice directory tree diagram.
@@ -52,6 +52,8 @@ RP Tree also provides the following options:
52
53
## Release History
54
55
+- 0.1.1
56
+ - Display the entries in alphabetical order
57
- 0.1.0
58
- A work in progress
59
0 commit comments