log-commandlog-command utility library for parsing log_listener and ffx log command line arguments.
This project should be automatically included in builds.
log-command is consumed from ffx log and log_listener.
unit tests for log-command are available in the log-command-test package:
$ fx test log-command-test
You'll need to include //src/diagnostics/lib/log-command:tests in your build, either by using fx args to put it under universe_package_labels, or by fx set [....] --with //src/diagnostics/lib/log-command:tests.