ic-query 0.2.33

Internet Computer query CLI for NNS, SNS, and related public network metadata
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! 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 commands;
pub mod common;
pub mod globals;
pub mod help;

#[cfg(test)]
mod tests;