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 712889d commit 93c498fCopy full SHA for 93c498f
python/private/py_console_script_binary.bzl
@@ -52,7 +52,7 @@ def py_console_script_binary(
52
entry_points_txt = None,
53
script = None,
54
binary_rule = py_binary,
55
- shebang = None,
+ shebang = "",
56
**kwargs):
57
"""Generate a py_binary for a console_script entry_point.
58
@@ -69,7 +69,7 @@ def py_console_script_binary(
69
binary_rule: {any}`rule callable`, The rule/macro to use to instantiate
70
the target. It's expected to behave like {any}`py_binary`.
71
Defaults to {any}`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