Skip to content

Commit

Permalink
docs: update README.md to include new options
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Nov 29, 2021
1 parent 6abfa43 commit ae2e8ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -106,6 +106,10 @@ Options:
--create-package / --dont-create-package
Recursively create __init__.py files under `--python-out` [default: dont-create-package]
-s, --module-suffixes TEXT Suffixes of Python/mypy modules to process [default: _pb2.py, _pb2.pyi, _pb2_grpc.py, _pb2_grpc.pyi]
--exclude-google-imports / --dont-exclude-google-imports
Exclude rewriting imports prefixed with google/protobuf
-e, --exclude-imports-glob TEXT
Exclude imports matching a glob pattern from being rewritten. Multiple values are allowed
--help Show this message and exit.
Commands:
Expand Down

0 comments on commit ae2e8ea

Please sign in to comment.