mirror of
https://github.com/sharkdp/bat.git
synced 2025-08-16 19:13:23 +02:00
removed printlns, updated Changelog, updated man
This commit is contained in:
committed by
David Peter
parent
d349974089
commit
6017989c4c
@ -288,7 +288,6 @@ impl App {
|
||||
|
||||
fn style_components(&self) -> Result<StyleComponents> {
|
||||
let matches = &self.matches;
|
||||
println!("{:#?}", matches);
|
||||
Ok(StyleComponents(
|
||||
if matches.value_of("decorations") == Some("never") {
|
||||
HashSet::new()
|
||||
|
@ -209,7 +209,6 @@ fn run() -> Result<bool> {
|
||||
} else {
|
||||
let inputs = vec![Input::ordinary_file(OsStr::new("cache"))];
|
||||
let config = app.config(&inputs)?;
|
||||
println!("{:#?}", config);
|
||||
|
||||
run_controller(inputs, &config)
|
||||
}
|
||||
@ -218,8 +217,6 @@ fn run() -> Result<bool> {
|
||||
let inputs = app.inputs()?;
|
||||
let config = app.config(&inputs)?;
|
||||
|
||||
println!("{:#?}", config);
|
||||
|
||||
if app.matches.is_present("list-languages") {
|
||||
list_languages(&config)?;
|
||||
Ok(true)
|
||||
|
Reference in New Issue
Block a user