ic-query-cli 0.25.3

Command-line wrapper for read-only Internet Computer metadata queries
Documentation
1
2
3
4
5
6
//! SNS command-line parsing and dispatch.

mod commands;

pub use commands::SnsCommandError;
pub use commands::{command, run_matches};