kingfisher/src/cli/mod.rs

5 lines
165 B
Rust
Raw Normal View History

2025-06-24 17:17:16 -07:00
pub mod commands;
pub mod global;
// reexport the toplevel parser and subcommand enum so main.rs can see them:
pub use global::{CommandLineArgs, GlobalArgs};