Skip to content

Conversation

@kkulk
Copy link
Collaborator

@kkulk kkulk commented Apr 9, 2025

Added clap commands and punctuation to comments.

@kkulk kkulk changed the title chore: punctuation and gitignore chore: clap commands and punctuation Apr 9, 2025
bin/cli.rs Outdated

match &cli.command {
Commands::Prove { worst_case_throughput, bid_amount } => {
if let Some(throughput) = worst_case_throughput {
Copy link
Contributor

Choose a reason for hiding this comment

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

instead of this, pass it as a parameter into prove(...)

if you can avoid using env variables to pass around state, avoid it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Fixed in latest commit

@kkulk kkulk merged commit 6a88207 into main Apr 9, 2025
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.

3 participants