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

turn this into a simple CLI or maybe a repl for accessing/modifying leaf data. #147

Open
github-actions bot opened this issue Aug 28, 2024 · 2 comments

Comments

@github-actions
Copy link

use leaf_rpc_client::{leaf_protocol::prelude::{Description, Name}, Uri};
// TODO: turn this into a simple CLI or maybe a repl for accessing/modifying leaf data.
#[derive(clap::Parser, Debug, Clone)]
struct Args {
/// The URL of the Leaf server.
pub uri: Uri,
#[arg(short, long)]


This issue was generated by todo-issue based on a TODO comment in 9b0f564.
@azzamsa
Copy link
Contributor

azzamsa commented Sep 5, 2024

Maybe it should be in the same repo as the explorer?

  • utils
    • explorer
    • leaf-cli (or any other name)

@zicklag
Copy link
Collaborator

zicklag commented Sep 5, 2024

Yeah, I moved the explorer to leaf-rpc-client-tui.

I'm thinking we should have a CLI, where each operation is a separate command, and then separately have the TUI, which is an interactive, nice terminal UI.

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

No branches or pull requests

2 participants