mirror of
https://github.com/esphome/esphome.git
synced 2025-01-31 10:10:56 +00:00
Add help text to rename command (#3442)
This commit is contained in:
parent
91895aa70c
commit
64fb39a653
@ -776,7 +776,10 @@ def parse_args(argv):
|
|||||||
"configuration", help="Your YAML configuration file(s).", nargs=1
|
"configuration", help="Your YAML configuration file(s).", nargs=1
|
||||||
)
|
)
|
||||||
|
|
||||||
parser_rename = subparsers.add_parser("rename")
|
parser_rename = subparsers.add_parser(
|
||||||
|
"rename",
|
||||||
|
help="Rename a device in YAML, compile the binary and upload it.",
|
||||||
|
)
|
||||||
parser_rename.add_argument(
|
parser_rename.add_argument(
|
||||||
"configuration", help="Your YAML configuration file.", nargs=1
|
"configuration", help="Your YAML configuration file.", nargs=1
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user