ic-query-cli 0.15.0

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

mod commands;

pub use commands::{SnsCommandError, run};