1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-13 11:36:12 +02:00

Update arguments documentation

This commit is contained in:
Elisabeth Henry 2017-11-26 21:00:02 +01:00
parent 697021b680
commit d43525f5a2

View File

@ -164,6 +164,30 @@ Display some statistics (word and character counts) about the book.
Equivalent to `--set proofread true`. Enable proofreading. See [Proofreading](proofreading.md).
`--autograph`
----------------
**Usage**: `crowbook --autograph <BOOK>`
(or `crowbook -a <BOOK>`)
Prompts for a an autograph execution. This is a Markdown block that will be inserted at the
beginning of the book.
### Example ###
```
$ crowbook --autograph my.book
CROWBOOK 0.14.0
Enter autograph:
To my dear friend John,
Cheers, *Joan*
^D
```
will add the block of text that was entered to all output files.
`--verbose`
-----------