mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
docs: hides formatting from docs
This commit is contained in:
parent
4fe133d9ce
commit
cb708093a7
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ use ansi_term::ANSIString;
|
||||||
/// Defines styles for different types of error messages. Defaults to Error=Red, Warning=Yellow,
|
/// Defines styles for different types of error messages. Defaults to Error=Red, Warning=Yellow,
|
||||||
/// and Good=Green
|
/// and Good=Green
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
|
#[doc(hidden)]
|
||||||
pub enum Format<T> {
|
pub enum Format<T> {
|
||||||
/// Defines the style used for errors, defaults to Red
|
/// Defines the style used for errors, defaults to Red
|
||||||
Error(T),
|
Error(T),
|
||||||
|
|
Loading…
Reference in a new issue