idf.py: Add automated hints on how to resolve errors

This commit is contained in:
simon.chupin
2021-12-08 18:29:14 +01:00
parent dd24639215
commit c6a6eaeb60
11 changed files with 283 additions and 79 deletions
@@ -114,4 +114,10 @@ def get_parser(): # type: () -> argparse.ArgumentParser
help='Set a strftime()-compatible timestamp format'
)
parser.add_argument(
'--force-color',
help='Always colored monitor output, even if output is redirected.',
default=False,
action='store_true')
return parser