third_party.pigweed.src/pw_cli
Alexei Frolov 7b8528e85d pw_cli: Define Pigweed environment variables
This change adds an environment module to pw_cli which defines all of
the environment variables used by Pigweed.
A new variable named PW_USE_COLOR added, forcing the use of log colors
even if not printing to a TTY. This is set by the watch command for its
subprocesses.
The check for the PW_SUBPROCESS variable in logging is updated to use
the environment module.

Change-Id: I84007691f3ae9bb262c6bf6471afa43db831268f
2020-01-03 23:57:15 +00:00
..
py pw_cli: Define Pigweed environment variables 2020-01-03 23:57:15 +00:00
README.md Rename pw_cmd to pw_cli 2019-11-25 22:16:02 +00:00

This directory contains the pw tool that facilitates working with Pigweed. Example starting functionality is the ability to watch the Pigweed source for changes and re-run tests.

This code is experimental and unfinished.