hare.1.scd (1298B)
1 hare(1) 2 3 # NAME 4 5 hare - compile, run, test, and inspect Hare programs and modules 6 7 # SYNOPSIS 8 9 *hare* -h 10 11 *hare* version [-hv] 12 13 *hare* _command_ [_arguments_...] 14 15 # DESCRIPTION 16 17 *hare -h* prints help text. 18 19 *hare version* prints version information for the *hare* program. If *-v* is 20 supplied, it also prints information about the build parameters, in an output 21 format that's consistent for machine reading: the first line is always 22 *hare $version*, and subsequent lines give configuration values in the form of a 23 name on its own line unindenteed, followed by any number of values, each on its 24 own line indented with a single tab. 25 26 *hare-build*(1) compiles a Hare program or module. 27 28 *hare-cache*(1) manages the build cache. 29 30 *hare-deps*(1) displays the dependency tree of a Hare program or module. 31 32 *hare-run*(1) compiles and runs a Hare program or module. 33 34 *hare-test*(1) compiles and runs tests for Hare code. 35 36 # SEE ALSO 37 38 *hare-module*(5), *haredoc*(1) 39 40 # NOTES 41 42 See _https://harelang.org/community/_ for information on where to ask questions, 43 send patches, submit bug reports, and chat with others in the community. 44 45 Documentation for the language itself can be found at 46 _https://harelang.org/documentation/_. 47 48 The language specification is available at 49 _https://harelang.org/specification/_.