Skip to content

Commit 51d79d6

Browse files
committed
logs: add appropriate help text
1 parent 5bbe2ea commit 51d79d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/warnet/control.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ def run(scenario_file: str, debug: bool, additional_args: tuple[str]):
251251
@click.argument("pod_name", type=str, default="")
252252
@click.option("--follow", "-f", is_flag=True, default=False, help="Follow logs")
253253
def logs(pod_name: str, follow: bool):
254+
"""Show the logs of a pod"""
254255
return _logs(pod_name, follow)
255256

256257

0 commit comments

Comments
 (0)