//! Yellowstone Fumarole CLI
//! This crate provides a command-line interface for interacting with the Yellowstone Fumarole client.
//! It allows you to interact with Fumarole control-plane and manage your subscription resources.
//!
//! # Configuration
//!
//! ```yaml
//! x_token: <your_token>
//! endpoint: <https://your-fumarole-endpoint>
//! ```
//!
//! # Example usage:
//!
//! See the [`README`] for detailed usage instructions.
//!
//! [`README`]: https://github.com/rpcpool/yellowstone-fumarole/blob/main/apps/yellowstone-fumarole-cli/README.md
//!