Skip to content

Commit

Permalink
Add "log" alias for "logs" command (esphome#6519)
Browse files Browse the repository at this point in the history
  • Loading branch information
pzich authored Apr 12, 2024
1 parent 810cf3b commit 7eb524f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esphome/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 7eb524f

Please sign in to comment.