Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryneeverett committed Aug 12, 2020
1 parent 3bc5a60 commit 8b073b6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
A command-line utility for pulling code blocks out of markdown files. Currently only handles python code blocks.
A command-line utility for pulling code blocks out of markdown files.

```sh
$ pip install -e git+https://github.com/ryneeverett/mkcodes.git#egg=mkcodes
Expand All @@ -12,7 +12,11 @@ Usage: mkcodes [OPTIONS] INPUTS...
Options:
--output TEXT
--github / --markdown Github-flavored fence blocks or pure markdown.
--safe / --unsafe Only use code blocks with language hints.
--safe / --unsafe Allow code blocks without language hints.
--package-python Add __init__.py files to python dirs for test
discovery
--default-lang TEXT Assumed language for code blocks without language
hints.
--help Show this message and exit.
```

Expand Down

0 comments on commit 8b073b6

Please sign in to comment.