mirror of
https://github.com/esphome/esphome.git
synced 2025-10-21 03:03:50 +01:00
Merge remote-tracking branch 'upstream/dev' into integration
This commit is contained in:
@@ -1173,7 +1173,9 @@ def parse_args(argv):
|
||||
"configuration", help="Your YAML configuration file(s).", nargs="+"
|
||||
)
|
||||
|
||||
parser_clean_all = subparsers.add_parser("clean-all", help="Clean all files.")
|
||||
parser_clean_all = subparsers.add_parser(
|
||||
"clean-all", help="Clean all build and platform files."
|
||||
)
|
||||
parser_clean_all.add_argument(
|
||||
"configuration", help="Your YAML configuration directory.", nargs="*"
|
||||
)
|
||||
|
Reference in New Issue
Block a user