third_party.pigweed.src/pw_cli
Alexei Frolov 728048b892 pw_cli: Add argument to hide banner
This change adds an argument to the pw command which prevents it from
printing the Pigweed banner. This is useful when pw is called from
scripts to avoid polluting the output.

Bug: 143

Change-Id: I30af43bd7815aa0472a1cb1ac2ca3f5ef49976dc
2020-03-06 00:03:52 +00:00
..
py pw_cli: Add argument to hide banner 2020-03-06 00:03:52 +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.