mirror of
https://github.com/sharkdp/bat.git
synced 2025-08-09 15:55:10 +02: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