Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
hare-run(1)		    General Commands Manual		   hare-run(1)

NAME
       hare run	- compile and run a Hare program or module

SYNOPSIS
       hare run	[-hqv]
	    [-a	arch]
	    [-D	ident[:type]=value]
	    [-j	jobs]
	    [-L	libdir]
	    [-l	libname]
	    [-R]
	    [-T	tagset]
	    [path [args...]]

DESCRIPTION
       hare  run compiles and runs a Hare program or module. The path argument
       is a path to a Hare source file or to a directory which contains	a Hare
       module (see hare-module(5)). If no path is given, the Hare module  con-
       tained  in the current working directory	is run.	The remaining args are
       passed to the compiled program.

OPTIONS
       Refer to	hare-build(1).

ENVIRONMENT
       Refer to	hare-build(1).

SEE ALSO
       hare-build(1), hare-test(1), hare-module(5)

				  2025-04-14			   hare-run(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=hare-run&sektion=1&manpath=FreeBSD+Ports+14.3.quarterly>

home | help