summaryrefslogtreecommitdiff
path: root/src/cli.rs
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2023-10-16 22:41:38 +0200
committerSanto Cariotti <santo@dcariotti.me>2023-10-16 22:41:38 +0200
commit1d8941667906dced913a308c9a39fd055ac5186f (patch)
treeb016664c7243eb67014509860385aa6182a0cd78 /src/cli.rs
parent38e07fae8b3d06cd43b4c9793c07c2048b32d095 (diff)
Filter sys calls
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs6
1 files changed, 5 insertions, 1 deletions
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<i32>,
+ /// Show only defined sys calls. Multi values separated by comma `,`
+ #[arg(short = 'f', long)]
+ pub filter: Option<String>,
+
/// Write the output to a file instead of the standard output
- #[arg(short = 'f', long = "file")]
+ #[arg(long = "file")]
pub file_to_print: Option<String>,
/// If defined, it hides the TUI