mirror of
https://github.com/aljazceru/goose.git
synced 2026-02-02 13:14:34 +01:00
fix(cli): disable line wrap (#1445)
This commit is contained in:
@@ -334,7 +334,7 @@ fn print_markdown(content: &str, theme: Theme) {
|
||||
.input(bat::Input::from_bytes(content.as_bytes()))
|
||||
.theme(theme.as_str())
|
||||
.language("Markdown")
|
||||
.wrapping_mode(WrappingMode::Character)
|
||||
.wrapping_mode(WrappingMode::NoWrapping(true))
|
||||
.print()
|
||||
.unwrap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user