Skip to content

Commit

Permalink
docs: update README to include .pyi suffixes in help message
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Nov 26, 2021
1 parent 1d867d4 commit 3e1ba1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Options:
--in-place / --not-in-place Overwrite all relevant files under `--python-out` with adjusted imports [default: not-in-place]
--create-package / --dont-create-package
Recursively create __init__.py files under `--python-out` [default: dont-create-package]
-s, --module-suffixes TEXT Suffixes of Python modules to process [default: _pb2.py, _pb2_grpc.py]
-s, --module-suffixes TEXT Suffixes of Python/mypy modules to process [default: _pb2.py, _pb2.pyi, _pb2_grpc.py, _pb2_grpc.pyi]
--help Show this message and exit.
Commands:
Expand Down

0 comments on commit 3e1ba1e

Please sign in to comment.