mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-24 12:24:56 +00:00
less useless log
This commit is contained in:
parent
7efd8638ce
commit
addb7f7060
@ -1,4 +1,4 @@
|
|||||||
use failure::{Fallible};
|
use failure::Fallible;
|
||||||
use rga::adapters::*;
|
use rga::adapters::*;
|
||||||
use rga::preproc::*;
|
use rga::preproc::*;
|
||||||
use ripgrep_all as rga;
|
use ripgrep_all as rga;
|
||||||
@ -13,7 +13,6 @@ fn main() -> Fallible<()> {
|
|||||||
//clap::App::new("rga-preproc").arg(Arg::from_usage())
|
//clap::App::new("rga-preproc").arg(Arg::from_usage())
|
||||||
let path = {
|
let path = {
|
||||||
let filepath = last;
|
let filepath = last;
|
||||||
eprintln!("inp fname: {:?}", filepath);
|
|
||||||
std::env::current_dir()?.join(&filepath)
|
std::env::current_dir()?.join(&filepath)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user