pub fn run(
package_name: &str,
upstream: bool,
raw: bool,
no_tui: bool,
) -> Result<()>Expand description
Runs the manual page viewer for the specified package.
ยงErrors
Returns an error if:
- The package cannot be resolved.
- Manual pages cannot be gathered.
- The terminal cannot be initialized.