logo
pub async fn run(cli: Cli) -> Result<RunResult>
Expand description

Checks the dependencies of a project.

This is the main entry point of the CLI.

Errors

Errors can be caused by many causes, including:

  • Reading a dependency manifest file (package-lock.json, yarn.lock, etc.)
  • Reading the .licrc file