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: Improved usability of NEAR CLI in scripts #445

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

FroVolod
Copy link
Collaborator

@FroVolod FroVolod commented Feb 4, 2025

Resolves #437

Running NEAR CLI in the --quiet case:
Image

Running NEAR CLI in the "interactive" case:
Screenshot 2025-02-04 at 19 16 42
Screenshot 2025-02-04 at 19 17 18

.with(env_filter)
.init();
}
Verbosity::Quiet => {}
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice, that's a good use of the tracing crate 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: NEW❗
Development

Successfully merging this pull request may close these issues.

Usability of the NEAR CLI in scripting?
2 participants