Skip to content

Commit 507a90e

Browse files
committed
logs: add appropriate help text
1 parent 60bf1ca commit 507a90e

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
@@ -254,6 +254,7 @@ def run(scenario_file: str, debug: bool, additional_args: tuple[str]):
254254
@click.argument("pod_name", type=str, default="")
255255
@click.option("--follow", "-f", is_flag=True, default=False, help="Follow logs")
256256
def logs(pod_name: str, follow: bool):
257+
"""Show the logs of a pod"""
257258
return _logs(pod_name, follow)
258259

259260

0 commit comments

Comments
 (0)