File: hare-tool.1.scd

package info (click to toggle)
hare 0.26.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 7,352 kB
  • sloc: asm: 1,374; makefile: 123; sh: 117; lisp: 101
file content (32 lines) | stat: -rw-r--r-- 787 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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

*hare*(1)