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-deps - display the dependency tree of a Hare program or module

Description

haredeps  displays  the  dependency tree of a Hare program or module, as per the algorithm described in
       DEPENDENCYRESOLUTION in hare-module(5). The path argument is a path to a Hare source file or a directory
       which contains a Hare module (see hare-module(5)). If no path is given, the Hare module contained in  the
       current working directly is used.

       By default, the dependency tree is pretty-printed using Unicode box-drawing characters.

Environment

       The following environment variables affect haredeps' execution:

       HAREPATH   The list of directories to search for dependencies in.
       NO_COLOR   Disables all color output when set to a non-empty string.

Name

       hare-deps - display the dependency tree of a Hare program or module

Options

-h
           Print the help text.

       -d
           Print the dependency tree as a dot file for use with graphviz(1).

       -Ttagset
           Set or unset build tags. See BUILDTAGS in hare-module(5).

See Also

hare-module(5)

                                                   2025-03-09                                       HARE-DEPS(1)

Synopsis

haredeps [-hd] [-T tagset] [path|module]

See Also