mirror of
https://github.com/sharkdp/bat.git
synced 2025-08-09 07:45:09 +02:00
rename run => print
This commit is contained in:
@ -12,6 +12,6 @@ fn main() {
|
||||
StyleComponent::Numbers,
|
||||
]))
|
||||
.input_files(std::env::args_os().skip(1))
|
||||
.run()
|
||||
.print()
|
||||
.expect("no errors");
|
||||
}
|
||||
|
Reference in New Issue
Block a user