Remove mdcat dependency (#2959)

This commit is contained in:
Charlie Marsh 2023-02-16 12:09:37 -05:00 committed by GitHub
parent fdcb78fd8c
commit 370c3a5daf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 850 deletions

View file

@ -41,7 +41,7 @@ pub enum Command {
rule: Rule,
/// Output format
#[arg(long, value_enum, default_value = "pretty")]
#[arg(long, value_enum, default_value = "text")]
format: HelpFormat,
},
/// List or describe the available configuration options
@ -296,7 +296,6 @@ pub struct CheckArgs {
pub enum HelpFormat {
Text,
Json,
Pretty,
}
#[allow(clippy::module_name_repetitions)]