third_party.pigweed.src/PW_PLUGINS
Rob Mohr b5931be6ef pw_cli: Fix PW_PLUGINS
There was a bad manual rebase with pwrev/28280.

Change-Id: Ied71c5ed6485d646cfd20df4c2cc6b4606284727
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/29481
Reviewed-by: Wyatt Hepler <hepler@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
Pigweed-Auto-Submit: Rob Mohr <mohrr@google.com>
2021-01-13 16:39:37 +00:00

19 lines
724 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
package pw_package.pigweed_packages main
presubmit pw_presubmit.pigweed_presubmit main
requires pw_cli.requires main
rpc pw_hdlc.rpc_console main