mirror of
https://github.com/sharkdp/bat.git
synced 2025-08-09 07:45:09 +02:00
Add syntaxes and themes method
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/// A program that prints its own source code using the bat library
|
||||
use bat::{LineRange, PrettyPrinter, WrappingMode, PagingMode};
|
||||
use bat::{LineRange, PagingMode, PrettyPrinter, WrappingMode};
|
||||
|
||||
fn main() {
|
||||
PrettyPrinter::new()
|
||||
|
Reference in New Issue
Block a user