blob: a3047aef419496cd332ba5912bc2334dd767ef46 [file] [log] [blame]
Wyatt Hepler8a562a02020-04-16 15:28:13 -07001# The PW_PLUGINS file lists commands that should be included with the pw command
2# when it is invoked in this directory or its subdirectories. Commands in this
3# file override those registered in parent directories.
4#
5# Entries in this file have three columns:
6#
7# <name> <Python module> <function>
8#
9# The Python package containing that module must be installed in the Pigweed
10# virtual environment. The function must have no required arguments and should
11# return an int to use as the exit code.
12
13# Pigweed's presubmit check script
Chenghan Zhou091e3122020-08-03 17:52:34 -040014heap-viewer pw_allocator.heap_viewer main
Rob Mohr0b6a5022020-10-22 11:10:24 -070015package pw_package.pigweed_packages main
Rob Mohrff592ce2020-12-23 09:06:05 -080016presubmit pw_presubmit.pigweed_presubmit main
17requires pw_cli.requires main
Rob Mohrb5931be2021-01-13 08:22:13 -080018rpc pw_hdlc.rpc_console main
Anthony DiGirolamo26ed98a2021-06-11 14:50:29 -070019console pw_console.__main__ main