| hare-tool(1) | General Commands Manual | hare-tool(1) |
NAME
hare tool - run third-party Hare tools
SYNOPSIS
hare tool command [arguments...]
DESCRIPTION
hare tool executes a third-party Hare tool named command with the given arguments.
Third-party tools are installed in the "libexec" directory that the toolchain was configured with, which is typically /usr/libexec/hare. Each is prefixed with "hare-", so on a typical configuration, hare tool example will run /usr/libexec/hare/hare-example.
ENVIRONMENT
The following environment variables affect hare tool's execution:
| HARE_TOOLPATH | The list of directories to search for tools within, as a colon-deliminated list of paths. If not provided, will use the above mentioned typical installation directory. |
SEE ALSO
| 2026-06-01 |