vsec 0.0.1

Detect secrets and in Rust codebases
Documentation
1
2
3
4
5
6
7
// src/cli/mod.rs

pub mod args;
pub mod commands;

pub use args::{Cli, Commands, DebugArgs, ExplainArgs, InitArgs, ScanArgs};
pub use commands::{cmd_debug, cmd_explain, cmd_init, cmd_scan};