hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

hare-cache.1.scd (598B)


      1 hare-cache(1)
      2 
      3 # NAME
      4 
      5 hare cache - inspect and manage the build cache
      6 
      7 # SYNOPSIS
      8 
      9 *hare cache* [-hc]
     10 
     11 # DESCRIPTION
     12 
     13 *hare cache* provides tools to manage the build cache. If no options are
     14 supplied, the path and disk usage of the cache are printed.
     15 
     16 # OPTIONS
     17 
     18 *-h*
     19 	Print the help text.
     20 
     21 *-c*
     22 	Clear the cache.
     23 
     24 # ENVIRONMENT
     25 
     26 The following environment variables affect *hare cache*'s execution:
     27 
     28 |[ *HARECACHE*
     29 :< The path to the build cache. Defaults to *$XDG_CACHE_HOME/hare*, or
     30    *~/.cache/hare* if *$XDG_CACHE_HOME* isn't set.
     31 
     32 # SEE ALSO
     33 
     34 *hare-build*(1), *hare-run*(1), *hare-test*(1)