third_party.pigweed.src/PW_PLUGINS
Rob Mohr ff592cec8a pw_cli: Script for generating 'Requires:' CLs
Add script for generating transitive 'Requires:' CLs to unnamed internal
Gerrit instances. For now putting into pw_cli because this doesn't seem
to need its own module and there's nowhere better to put it.

Change-Id: I9837a37c593c24a4839ab8523fdc3a5752b40206
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/28280
Commit-Queue: Rob Mohr <mohrr@google.com>
Reviewed-by: Keir Mierle <keir@google.com>
2021-01-13 16:18:57 +00:00

20 lines
758 B
Plaintext

# The PW_PLUGINS file lists commands that should be included with the pw command
# when it is invoked in this directory or its subdirectories. Commands in this
# file override those registered in parent directories.
#
# Entries in this file have three columns:
#
# <name> <Python module> <function>
#
# The Python package containing that module must be installed in the Pigweed
# virtual environment. The function must have no required arguments and should
# return an int to use as the exit code.
# Pigweed's presubmit check script
heap-viewer pw_allocator.heap_viewer main
rpc pw_hdlc.rpc_console main
package pw_package.pigweed_packages main
presubmit pw_presubmit.pigweed_presubmit main
requires pw_cli.requires main
rpc pw_hdlc_lite.rpc_console main