Skip to content

Commit 8b7228a

Browse files
committed
shim: add a comment about future stuff.
1 parent 09213ed commit 8b7228a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sugondat-shim/src/cli.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ pub mod serve {
100100
pub mod query {
101101
//! CLI definition for the `query` subcommand.
102102
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+
103108
use super::{SugondatRpcParams, ENV_SUGONDAT_NAMESPACE};
104109
use clap::{Args, Subcommand};
105110

0 commit comments

Comments
 (0)