Function lal::status [] [src]

pub fn status(
    manifest: &Manifest,
    full: bool,
    show_ver: bool,
    show_time: bool
) -> LalResult<()>

Prints a fancy dependency tree of ./INPUT to stdout.

This is the quick version information of what you currently have in ./INPUT. It prints the tree and highlights versions, as well as both missing and extraneous dependencies in ./INPUT.

If the full flag is given, then the full dependency tree is also spliced in from lockfile data.

It is not intended as a verifier, but will nevertheless produce a summary at the end.