diff --git a/hitt-cli/src/config/mod.rs b/hitt-cli/src/config/mod.rs index f734e11..8618ad3 100644 --- a/hitt-cli/src/config/mod.rs +++ b/hitt-cli/src/config/mod.rs @@ -22,6 +22,6 @@ pub(crate) struct CliArguments { pub(crate) hide_headers: bool, /// Disable pretty printing of response body - #[arg(long, default_value_t = true)] + #[arg(long, default_value_t = false)] pub(crate) disable_formatting: bool, }