1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-30 18:11:44 +00:00

Initial verison of PrettyPrinter builder

This commit is contained in:
sharkdp
2020-04-21 19:08:19 +02:00
committed by David Peter
parent 319ab779ee
commit 27974616bf
4 changed files with 53 additions and 16 deletions
+2 -1
View File
@@ -43,7 +43,8 @@ pub fn generate_config_file() -> bat::errors::Result<()> {
}
}
let default_config = r#"# This is `bat`s configuration file. Each line either contains a comment or
let default_config =
r#"# This is `bat`s configuration file. Each line either contains a comment or
# a command-line option that you want to pass to `bat` by default. You can
# run `bat --help` to get a list of all possible configuration options.