nginx-discovery 0.4.0

Parse, analyze, and extract information from NGINX configurations
Documentation
1
2
3
4
5
6
7
8
//! CLI module for nginx-discover

pub mod args;
pub mod commands;
pub mod output;
pub mod utils;

pub use args::{Cli, Commands};