Readme cleanup order of arguments
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
1c28b51916
commit
e2935dbddf
@ -21,7 +21,7 @@ total: 539 words
|
||||
Example output with chapter data:
|
||||
|
||||
```bash
|
||||
$ novel-stats example.md -c
|
||||
$ novel-stats -c example.md
|
||||
chapter 1: 103 (drafted)
|
||||
chapter 2: 83 (dev edited)
|
||||
chapter 3: 115
|
||||
@ -36,7 +36,7 @@ total: 539 words
|
||||
Example with multi-file markdown:
|
||||
|
||||
```bash
|
||||
$ novel-stats multi_file.mdpp -pp -c -a
|
||||
$ novel-stats -pp -c -a multi_file.mdpp
|
||||
chapter 1 Lorem:
|
||||
203 (drafted)
|
||||
303 (dev edited)
|
||||
|
Loading…
x
Reference in New Issue
Block a user