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 c815e4b commit f5445f0Copy full SHA for f5445f0
src/blurb/blurb.py
@@ -909,7 +909,7 @@ def _find_smart_matches(section):
909
@app.command(name="add")
910
def add(*, issue: Annotated[Optional[str], Parameter(alias=["-i"])] = None,
911
section: Annotated[Optional[str], Parameter(alias=["-s"])] = None,
912
- rst_on_stdin: bool = False):
+ rst_on_stdin: Annotated[bool, Parameter(alias=["-D"])] = False):
913
# This docstring template is formatted after the function definition.
914
"""Add a new Misc/NEWS entry (default command).
915
0 commit comments