Skip to content

Commit fcba6cb

Browse files
committed
Update cli.md
1 parent 5ff565c commit fcba6cb

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/cli.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# Command-line interface
22

3-
See [Extensions](api.md#pyromark.Extensions-attributes) for a description of the `--enable-*` options.
3+
```bash
4+
pyromark --help
5+
```
46

57
```bash
6-
$ pyromark --help # or 'python -m pyromark --help'
8+
python -m pyromark --help
9+
```
10+
11+
See [Extensions](api.md#pyromark.Extensions-attributes) for a description of the `--enable-*` options.
12+
13+
```
714
usage: pyromark [-h] [-v] [--enable-tables] [--enable-footnotes] [--enable-strikethrough] [--enable-tasklists] [--enable-smart-punctuation] [--enable-heading-attributes] file
815
916
Blazingly fast Markdown parser.

0 commit comments

Comments
 (0)