pathlint 0.0.2

Lint the PATH environment variable against declarative ordering rules.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! 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 init;
pub mod lint;
pub mod os_detect;
pub mod path_source;
pub mod report;
pub mod resolve;
pub mod run;