mirror of
https://github.com/esphome/esphome.git
synced 2025-03-15 07:08:20 +00:00
Introduce parser_compile variable
This commit is contained in:
parent
61bd2a3a44
commit
9743fc5ee6
@ -380,7 +380,7 @@ def parse_args(argv):
|
|||||||
subparsers.required = True
|
subparsers.required = True
|
||||||
subparsers.add_parser('config', help='Validate the configuration and spit it out.')
|
subparsers.add_parser('config', help='Validate the configuration and spit it out.')
|
||||||
|
|
||||||
subparsers.add_parser('compile', help='Read the configuration and compile a program.')
|
parser_compile = subparsers.add_parser('compile', help='Read the configuration and compile a program.')
|
||||||
|
|
||||||
parser_upload = subparsers.add_parser('upload', help='Validate the configuration '
|
parser_upload = subparsers.add_parser('upload', help='Validate the configuration '
|
||||||
'and upload the latest binary.')
|
'and upload the latest binary.')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user