mirror of
https://github.com/esphome/esphome.git
synced 2024-11-25 00:18:11 +01:00
Add "log" alias for "logs" command (#6519)
This commit is contained in:
parent
810cf3b0a4
commit
7eb524f920
1 changed files with 1 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue