1
2
3
4
5
//! Getopt prelude
//!
//! The most commonly used functionality of the `getopt` crate can be found here.

pub use crate::{Opt, Parser};