Skip to main content

run_with_format

Function run_with_format 

Source
pub async fn run_with_format(
    gateway: &str,
    symbol: &str,
    kl_type_str: &str,
    count: Option<i32>,
    begin: Option<&str>,
    end: Option<&str>,
    format: OutputFormat,
) -> Result<()>