Skip to content
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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

DoTheBestToGetTheBest
Copy link

when user pass function with --function args we need to convert this to selector

@DoTheBestToGetTheBest DoTheBestToGetTheBest changed the title feat : convert --function flag to selector feat : convert --function flag data to selector Dec 8, 2023
Copy link
Member

@sslivkoff sslivkoff left a 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

@@ -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,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong PR?

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

crates/cli/src/args.rs Outdated Show resolved Hide resolved
crates/cli/src/main.rs Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants