Skip to content

Commit

Permalink
[README.md] update walk command syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Jul 12, 2020
1 parent 04db0a4 commit 8baa7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The default behavior is modified with command line options. Supported options f
#### `walk` Syntax

```
$ recurse walk [OPTIONS] [ARGS] [START PATH]
$ recurse walk [OPTIONS] [START PATH]
```

The default behavior of the walk sub-command is to list all file paths that are not hidden in the standard output stream. Hidden paths are defined as a directory or file that begins with a period (e.g., `.hidden` directory or `.hidden.txt` file). All directories and files below a hidden directory path are considered hidden. Directory traversal proceeds to the max directory depth below the user-specified start path `[START PATH]`.
Expand Down

0 comments on commit 8baa7c1

Please sign in to comment.