1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 19:02:18 +01:00

Add "log" alias for "logs" command (#6519)

This commit is contained in:
Peter Zich
2024-04-11 20:46:59 -07:00
committed by GitHub
parent 810cf3b0a4
commit 7eb524f920

View File

@@ -785,6 +785,7 @@ def parse_args(argv):
parser_logs = subparsers.add_parser(
"logs",
help="Validate the configuration and show all logs.",
aliases=["log"],
parents=[mqtt_options],
)
parser_logs.add_argument(