Man page - hare-deps(1)

Packages contains this manual

Manual

HARE-DEPS

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
ENVIRONMENT
SEE ALSO

NAME

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

SYNOPSIS

hare deps [-hd] [-T tagset ] [ path | module ]

DESCRIPTION

hare deps displays the dependency tree of a Hare program or module, as per the algorithm described in DEPENDENCY RESOLUTION 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.

OPTIONS

-h

Print the help text.

-d

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

-T tagset

Set or unset build tags. See BUILD TAGS in hare-module (5).

ENVIRONMENT

The following environment variables affect hare deps ’ execution:

Image grohtml-1175853-1.png

SEE ALSO

hare-module (5)