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

Adds --no-prompt, fixes bugs + tests #31

Merged
merged 3 commits into from
Aug 29, 2024

Conversation

ibraheem-opentensor
Copy link
Contributor

@ibraheem-opentensor ibraheem-opentensor commented Aug 29, 2024

  • Adds --no-prompt
  • Fixes after regression
  • Fixes tests after UI change

@ibraheem-opentensor ibraheem-opentensor changed the title Fixes bugs + fixes tests Adds --no-prompt, fixes bugs + tests Aug 29, 2024
@@ -122,6 +122,11 @@ class Options:
True,
help="If set, waits until the transaction is finalized " "on the blockchain.",
)
prompt = typer.Option(
True,
"--prompt/--no-prompt",
Copy link
Contributor

Choose a reason for hiding this comment

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

You actually don't need to specify this. Typer does it automatically. Not a blocker, and it's totally fine to specify. Just a tip for the future.

@thewhaleking thewhaleking merged commit 64451f1 into main Aug 29, 2024
2 of 3 checks passed
@thewhaleking thewhaleking deleted the enhancements/bug-fixes-test-fixes branch August 29, 2024 10:06
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.

2 participants