pub fn run(args: InstallCommand) -> Result<()>Expand description
Runs the package installation command.
This installs a package from a local .zpa archive into the specified
scope.
ยงErrors
Returns an error if the package file cannot be read, if dependencies cannot be resolved, or if the installation fails.