pub fn get_package_info(
package_name: String,
is_verbose: bool,
) -> Result<String, ErrorKind>Expand description
Gets correctly-formatted infomation on a selected package by.
NOTE: This function is a frontend and will therefore display a formatted answer; no matter what.