mirror of
https://github.com/sharkdp/bat
synced 2026-08-03 18:51:44 +00:00
rename run => print
This commit is contained in:
+1
-1
@@ -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