Skip to main content

run

Function run 

Source
pub async fn run<C: HttpClient>(
    args: &AnnotateArgs,
    client: C,
) -> Result<AnnotateResult>
Expand description

Run the annotate command.

§Errors

Returns an error if file collection or catalog fetching fails fatally.

§Panics

Panics if --schema-cache-ttl is provided with an unparseable duration.