Skip to content

Commit 8a1adb5

Browse files
committed
fix: add docstring to build
1 parent df1a58b commit 8a1adb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

silverback/_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def run(cli_ctx, account, runner_class, recorder_class, max_exceptions, path, bo
131131
@click.option("--generate", is_flag=True, default=False)
132132
@click.argument("path", required=False, type=str, default="bots")
133133
def build(generate, path):
134-
"""Auto-generate Dockerfiles"""
134+
"""Generate Dockerfiles and build bot images"""
135135
if generate:
136136
if not (path := Path.cwd() / path).exists():
137137
raise FileNotFoundError(

0 commit comments

Comments
 (0)