ic-query-cli 0.26.11

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;

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