mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-15 20:34:38 +01:00
Document Config struct
This commit is contained in:
parent
31a9335bd5
commit
6223ad6d52
@ -32,6 +32,9 @@ pub struct Config<'a> {
|
||||
/// The character width of the terminal
|
||||
pub term_width: usize,
|
||||
|
||||
/// Whether or not the terminal is interactive
|
||||
pub interactive_output: bool,
|
||||
|
||||
/// Whether or not the output should be colorized
|
||||
pub colored_output: bool,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user