mirror of
https://github.com/sharkdp/bat
synced 2026-08-07 19:31:42 +00:00
Credit syntax definition and theme authors with new --acknowledgements option (#1971)
The text that is printed is generated when building assets, by analyzing LICENSE and NOTICE files that comes with syntaxes and themes. We take this opportunity to also add a NOTICE file as defined by Apache License 2.0.
This commit is contained in:
Generated
+2
@@ -96,6 +96,7 @@ dependencies = [
|
||||
"once_cell",
|
||||
"path_abs",
|
||||
"predicates",
|
||||
"regex",
|
||||
"semver",
|
||||
"serde",
|
||||
"serde_yaml",
|
||||
@@ -106,6 +107,7 @@ dependencies = [
|
||||
"thiserror",
|
||||
"unicode-width",
|
||||
"wait-timeout",
|
||||
"walkdir",
|
||||
"wild",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user