//! doist is a command line tool to manage tasks on Todoist.
//!
//! This command line tool allows you to interact with the Todoist API using an ergonomic interface
//! to quickly manage tasks from the terminal.
//!
//! # Examples
//! ```bash
//! $ doist list
//! $ doist add "buy some flowers" -d tomorrow
//! ```
pub use Arguments;