Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bram209 authored Oct 10, 2023
1 parent 922a1eb commit bb55c8f
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,20 @@ or for trying out unreleased features:
## Usage

```
Usage: leptosfmt [OPTIONS] <INPUT_PATTERN>
Usage: leptosfmt [OPTIONS] [INPUT_PATTERNS]...
Arguments:
<INPUT_PATTERN> A file, directory or glob
[INPUT_PATTERNS]... A space separated list of file, directory or glob
Options:
-m, --max-width <MAX_WIDTH>
-t, --tab-spaces <TAB_SPACES>
-c, --config_file <CONFIG_FILE>
-h, --help Print help
-V, --version Print version
-m, --max-width <MAX_WIDTH> Maximum width of each line
-t, --tab-spaces <TAB_SPACES> Number of spaces per tab
-c, --config-file <CONFIG_FILE> Configuration file
-s, --stdin Format stdin and write to stdout
-q, --quiet
--check Check if the file is correctly formatted. Exit with code 1 if not
-h, --help Print help
-V, --version Print version
```

## Configuration
Expand Down

0 comments on commit bb55c8f

Please sign in to comment.