refactor: HintStyleCli -> HintStyleArg

This commit is contained in:
graelo 2021-03-21 08:03:40 +01:00
parent 5d4f19d7ba
commit f539545edd
3 changed files with 11 additions and 11 deletions

View file

@ -2,4 +2,4 @@ mod bridge;
mod core;
pub use self::bridge::BridgeOpt;
pub use self::core::{CliOpt, HintStyleCli};
pub use self::core::{CliOpt, HintStyleArg};