mirror of
https://github.com/clap-rs/clap
synced 2025-01-18 23:53:54 +00:00
fix: Always expose ColorChoice
This commit is contained in:
parent
789bfd6813
commit
ed683ef248
1 changed files with 0 additions and 4 deletions
|
@ -102,11 +102,7 @@ pub use crate::builder::Command;
|
|||
pub use crate::builder::ValueHint;
|
||||
pub use crate::builder::{Arg, ArgGroup};
|
||||
pub use crate::parser::ArgMatches;
|
||||
#[cfg(feature = "color")]
|
||||
pub use crate::util::color::ColorChoice;
|
||||
#[cfg(not(feature = "color"))]
|
||||
#[allow(unused_imports)]
|
||||
pub(crate) use crate::util::color::ColorChoice;
|
||||
pub use crate::util::Id;
|
||||
|
||||
/// Command Line Argument Parser Error
|
||||
|
|
Loading…
Reference in a new issue