Skip to main content

heddle_cli_args/
lib.rs

1// SPDX-License-Identifier: Apache-2.0
2//! Heddle's command-line argument surface.
3
4pub mod cli;
5
6pub use cli::cli_args::*;