pub fn run(source: &str, raw: bool, purl: bool) -> Result<()>Expand description
Displays detailed information about a package.
This command fetches and parses the package definition (possibly from a PURL), and prints metadata such as description, version, dependencies, and installation status.
ยงErrors
Returns an error if:
- PURL fetching fails.
- The package source cannot be resolved.
- The package definition cannot be parsed.