From 1d8941667906dced913a308c9a39fd055ac5186f Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Mon, 16 Oct 2023 22:41:38 +0200 Subject: Filter sys calls --- src/cli.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/cli.rs') diff --git a/src/cli.rs b/src/cli.rs index 685b26f..7ee5307 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -12,8 +12,12 @@ pub struct Args { #[arg(short = 'p', long)] pub attach: Option, + /// Show only defined sys calls. Multi values separated by comma `,` + #[arg(short = 'f', long)] + pub filter: Option, + /// Write the output to a file instead of the standard output - #[arg(short = 'f', long = "file")] + #[arg(long = "file")] pub file_to_print: Option, /// If defined, it hides the TUI -- cgit v1.2.3-18-g5258