ic-query-cli 0.37.1

Command-line wrapper for read-only Internet Computer metadata queries
Documentation
1
2
3
4
5
6
7
8
9
mod commands;
mod options;
mod run;
pub(in crate::nns) use commands::node_command;
#[cfg(test)]
pub(in crate::nns) use commands::{NODE_SPEC, node_list_command};
#[cfg(test)]
pub(in crate::nns) use options::node_list_options_from_matches;
pub(super) use run::run;