gdelt 0.1.0

CLI for GDELT Project - optimized for agentic usage with local data caching
1
2
3
4
5
6
7
8
//! CLI module for the GDELT CLI.
//!
//! This module contains argument parsing, command definitions,
//! and output formatting utilities.

pub mod args;
pub mod handlers;
pub mod output;