1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-14 06:38:17 +00:00

Introduce parser_compile variable

This commit is contained in:
Adriaan Peeters 2018-08-26 12:28:04 +02:00
parent 61bd2a3a44
commit 9743fc5ee6

View File

@ -380,7 +380,7 @@ def parse_args(argv):
subparsers.required = True
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 '
'and upload the latest binary.')