.\" Generated by scdoc 1.11.4 .\" Complete documentation for this program is not available as a GNU info page .ie \n(.g .ds Aq \(aq .el .ds Aq ' .nh .ad l .\" Begin generated content: .TH "hare" "1" "2026-06-01" .PP .SH NAME .PP hare - compile, run, test, and inspect Hare programs and modules .PP .SH SYNOPSIS .PP \fBhare\fR -h .PP \fBhare\fR version [-hv] .PP \fBhare\fR \fIcommand\fR [\fIarguments\fR.\&.\&.\&] .PP .SH DESCRIPTION .PP \fBhare -h\fR prints help text.\& .PP \fBhare version\fR prints version information for the \fBhare\fR program.\& If \fB-v\fR is supplied, it also prints information about the build parameters.\& If \fB-vv\fR is specified, detailed information about the version and build parameters is printed as shell environment variables in a format which is consistent between versions and suitable for machine reading.\& .PP \fBhare-build\fR(1) compiles a Hare program or module.\& .PP \fBhare-cache\fR(1) manages the build cache.\& .PP \fBhare-deps\fR(1) displays the dependency tree of a Hare program or module.\& .PP \fBhare-run\fR(1) compiles and runs a Hare program or module.\& .PP \fBhare-test\fR(1) compiles and runs tests for Hare code.\& .PP \fBhare-tool\fR(1) runs a third-party Hare tool.\& .PP .SH BUGS .PP The quality of error messages is poor.\& .PP .SH SEE ALSO .PP \fBhare-module\fR(5), \fBharedoc\fR(1) .PP See \fIhttps://harelang.\&org/community/\fR for information on where to ask questions, send patches, submit bug reports, and chat with others in the community.\& .PP Documentation for the language itself can be found at \fIhttps://harelang.\&org/documentation/\fR.\& .PP The language specification is available at \fIhttps://harelang.\&org/specification/\fR.\&