1
2
3
4
5
6
7
8
9
// Copyright (C) 2024 Takayuki Sato. All Rights Reserved.
// This program is free software under MIT License.
// See the file LICENSE in this distribution for more details.

mod arg_err;
mod opt_err;

pub use arg_err::InvalidOsArg;
pub use opt_err::InvalidOption;