logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

harerun 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
       contained in the current working directory is run. The remaining args are passed to the compiled program.

Environment

       Refer to hare-build(1).

Name

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

Options

       Refer to hare-build(1).

See Also

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

                                                   2025-03-09                                        HARE-RUN(1)

Synopsis

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

See Also