From 57af17cfa6e08a6fe9bf6d73d401af17dccfa3bb Mon Sep 17 00:00:00 2001 From: Guillaume Pasquet Date: Thu, 3 Mar 2022 23:18:08 +0000 Subject: Introduce JSONPath and potentially break old stuff. --- src/main.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 2973b27..1738391 100644 --- a/src/main.rs +++ b/src/main.rs @@ -27,8 +27,6 @@ struct Args { #[clap(short, long)] filter: Option, #[clap(short, long)] - path: Option, - #[clap(short, long)] no_color: bool, files: Vec, } @@ -62,7 +60,6 @@ fn main() { for file in args.files_iter() { match executor.execute(file, &output, args.jq_filter()) { - //match run_file(&args, &mut executor, file) { Ok(()) => (), Err(err) => println!("{}", err), } -- cgit v1.2.3