mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-02 11:22:30 +01:00
rename run => print
This commit is contained in:
@@ -7,6 +7,6 @@ fn main() {
|
||||
|
||||
PrettyPrinter::new()
|
||||
.input_file(path_to_this_file)
|
||||
.run()
|
||||
.print()
|
||||
.expect("no errors");
|
||||
}
|
||||
|
Reference in New Issue
Block a user