-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat : convert --function flag data to selector #149
base: main
Are you sure you want to change the base?
feat : convert --function flag data to selector #149
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this will be a useful feature
added some comments
crates/cli/src/args.rs
Outdated
@@ -260,9 +261,26 @@ pub struct Args { | |||
/// Event signature for log decoding | |||
#[arg(long, value_name = "tracer", help_heading = "Dataset-specific Options")] | |||
pub js_tracer: Option<String>, | |||
/// Keep raw decoded columns like topic0, topic1, etc. | |||
#[arg(long, help_heading = "Output Options")] | |||
pub keep_raw_decoded: bool, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wrong PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wrong PR?
hmmmm i'm not sure why this is here, i don't remember have written this, sorry btw
when user pass function with --function args we need to convert this to selector