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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

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(