pathlint 0.0.13

Lint the PATH environment variable against declarative ordering rules.
Documentation
//! pathlint library — verifies that commands on PATH resolve from the expected installer.

pub mod catalog;
pub mod catalog_view;
pub mod cli;
pub mod config;
pub mod doctor;
pub mod expand;
pub mod format;
pub mod init;
pub mod lint;
pub mod os_detect;
pub mod path_source;
pub mod report;
pub mod resolve;
pub mod run;
pub mod sort;
pub mod source_match;
pub mod where_cmd;