We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada9936 commit 3bf1fa3Copy full SHA for 3bf1fa3
python/private/py_console_script_binary.bzl
@@ -69,7 +69,7 @@ def py_console_script_binary(
69
binary_rule: {type}`callable`, The rule/macro to use to instantiate
70
the target. It's expected to behave like {obj}`py_binary`.
71
Defaults to {obj}`py_binary`.
72
- shebang: [`str`], The shebang to use for the entry point python file.
+ shebang: {type}`str`, The shebang to use for the entry point python file.
73
Defaults to empty string.
74
**kwargs: Extra parameters forwarded to `binary_rule`.
75
"""
0 commit comments