File: hare-cache.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 (34 lines) | stat: -rw-r--r-- 598 bytes parent folder | download | duplicates (2)
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
33
34
HARE-CACHE(1)

# NAME

hare-cache - inspect and manage the build cache

# SYNOPSIS

*hare cache* [-hc]

# DESCRIPTION

*hare cache* provides tools to manage the build cache. If no options are
supplied, the path and disk usage of the cache are printed.

# OPTIONS

*-h*
	Print the help text.

*-c*
	Clear the cache.

# ENVIRONMENT

The following environment variables affect *hare cache*'s execution:

|[ *HARECACHE*
:< The path to the build cache. Defaults to *$XDG_CACHE_HOME/hare*, or
   *~/.cache/hare* if *$XDG_CACHE_HOME* isn't set.

# SEE ALSO

*hare-build*(1), *hare-run*(1), *hare-test*(1)