Skip to content

Commit 1e9ed6e

Browse files
committed
Hide Parameters section in docstub CLI description
1 parent 54012cf commit 1e9ed6e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/docstub/_cli.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,9 @@ def report_execution_time():
155155
@click.help_option("-h", "--help")
156156
@report_execution_time()
157157
def main(source_dir, out_dir, config_path, group_errors, verbose):
158-
"""
158+
"""Generate Python stub files from docstrings.
159+
\f
160+
159161
Parameters
160162
----------
161163
source_dir : Path

0 commit comments

Comments
 (0)