Skip to content

Commit

Permalink
Update cli.md
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Jul 9, 2023
1 parent 5ff565c commit fcba6cb
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/cli.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Command-line interface

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

```bash
$ pyromark --help # or 'python -m pyromark --help'
python -m pyromark --help
```

See [Extensions](api.md#pyromark.Extensions-attributes) for a description of the `--enable-*` options.

```
usage: pyromark [-h] [-v] [--enable-tables] [--enable-footnotes] [--enable-strikethrough] [--enable-tasklists] [--enable-smart-punctuation] [--enable-heading-attributes] file
Blazingly fast Markdown parser.
Expand Down

0 comments on commit fcba6cb

Please sign in to comment.