ic-query 0.8.0

Internet Computer query library for NNS, SNS, ICRC, and related public network metadata
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Module: cli
//!
//! Responsibility: shared CLI parsing, help, and output utilities.
//! Does not own: NNS/SNS command execution or report construction.
//! Boundary: exposes command-family helpers and clap wrappers used by command modules.

pub mod clap;
pub mod common;
pub mod globals;
pub mod help;

#[cfg(test)]
mod tests;