mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02: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