We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09213ed commit 8b7228aCopy full SHA for 8b7228a
sugondat-shim/src/cli.rs
@@ -100,6 +100,11 @@ pub mod serve {
100
pub mod query {
101
//! CLI definition for the `query` subcommand.
102
103
+ // TODO: I envision several subcommands here. For example:
104
+ // - query block <block_hash/number> — returns the information about a block and header.
105
+ // - query blob <id> - returns the blob for a given key. The key here is the same sense as
106
+ // described here https://github.com/thrumdev/sugondat/issues/9#issuecomment-1814005570.
107
+
108
use super::{SugondatRpcParams, ENV_SUGONDAT_NAMESPACE};
109
use clap::{Args, Subcommand};
110
0 commit comments