Skip to content

Commit

Permalink
add depth to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
byteface committed Dec 20, 2021
1 parent cf280e6 commit b4137c2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,16 +350,16 @@ sharpshooter --test anotherconfig.tree # parses a .tree file in test mode. also

```bash
sharpshooter --mock # makes a sharpshooter.tree file based on the current working directory. also uses -m
# sharpshooter --mock 1 # pass optional depth as int
```

```bash
sharpshooter --dir # set the current working directory. use with other commands. also uses -d

#i.e. python -m sharpshooter -d tests -f test.tree
```

```bash
sharpshooter --pretty # prints a pretty tree of the cwd. also uses -p
sharpshooter --pretty 0 # prints a pretty tree of the cwd. also uses -p

# i.e
# ├── refs
Expand All @@ -372,6 +372,8 @@ sharpshooter --pretty # prints a pretty tree of the cwd. also uses -p
# │ └── origin
# │ └── master

# takes optional parameter for depth : int

```

There's an optional feature that requires jinja2:
Expand Down

0 comments on commit b4137c2

Please sign in to comment.