blob: b43bd60b2fc0cd0a05b6bb576b0e71a3d39484a9 [file] [log] [blame]
# 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
presubmit pigweed_experimental_tools.presubmit_checks main
heap-viewer pw_allocator.heap_viewer main
rpc pw_hdlc.rpc_console main
package pw_package.pigweed_packages main
console pw_console.__main__ main