Skip to content

Commit

Permalink
Updated README.md (#253)
Browse files Browse the repository at this point in the history
Co-authored-by: repo-ranger[bot] <repo-ranger[bot]@users.noreply.github.com>
  • Loading branch information
jackton1 and repo-ranger[bot] committed Jan 27, 2023
1 parent d2ea8cd commit 9ed3155
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,12 @@ Support this project with a :star:

<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->

| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|-----------|--------|----------|-----------|-------------------------------------------------------------------------------------------------------------------------|
| autocrlf | string | false | `"input"` | Modify the git config [core.autocrlf](https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_core_autocrlf). |
| files | string | true | | File/Directory names to check for uncommited<br>changes. |
| separator | string | false | `" "` | Output string separator. |
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|-----------------|--------|----------|-----------|-------------------------------------------------------------------------------------------------------------------------|
| autocrlf | string | false | `"input"` | Modify the git config [core.autocrlf](https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_core_autocrlf). |
| files | string | true | | File/Directory names to check for uncommited<br>changes. |
| files-separator | string | false | `"\n"` | Separator used to split the `files`<br>input |
| separator | string | false | `" "` | Output string separator. |

<!-- AUTO-DOC-INPUT:END -->

Expand Down

0 comments on commit 9ed3155

Please sign in to comment.