.\" 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-run" "1" "2026-06-01" .PP .SH NAME .PP hare run - compile and run a Hare program or module .PP .SH SYNOPSIS .PP \fBhare run\fR [-hqv] .br [-a \fIarch\fR] .br [-D \fIident[:type]=value\fR] .br [-j \fIjobs\fR] .br [-L \fIlibdir\fR] .br [-l \fIlibname\fR] .br [-R] .br [-T \fItagset\fR] .br [\fIpath\fR [\fIargs\fR.\&.\&.\&]] .PP .SH DESCRIPTION .PP \fBhare run\fR compiles and runs a Hare program or module.\& The \fIpath\fR argument is a path to a Hare source file or to a directory which contains a Hare module (see \fBhare-module\fR(5)).\& If no path is given, the Hare module contained in the current working directory is run.\& The remaining \fIargs\fR are passed to the compiled program.\& .PP .SH OPTIONS .PP Refer to \fBhare-build\fR(1).\& .PP .SH ENVIRONMENT .PP Refer to \fBhare-build\fR(1).\& .PP .SH SEE ALSO .PP \fBhare-build\fR(1), \fBhare-test\fR(1), \fBhare-module\fR(5)