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
10
mod commands;
mod options;
mod run;

pub(super) use commands::subnet_command;
#[cfg(test)]
pub(super) use commands::{info_command, list_command, refresh_command};
#[cfg(test)]
pub(super) use options::{CatalogInfoOptions, CatalogListOptions, CatalogRefreshOptions};
pub(super) use run::run;