File: hare-tool.1.scd

package info (click to toggle)
hare 0.25.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,948 kB
  • sloc: asm: 1,264; makefile: 123; sh: 114; lisp: 101
file content (23 lines) | stat: -rw-r--r-- 506 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
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_.

# SEE ALSO

*hare*(1)