rodalies-cli 1.2.4

CLI for searching train timetables of the trains of Rodalies de la Generalitat de Catalunya
Documentation
1
2
3
4
5
6
7
8
9
//! # config
//!
//! The `config` module provides CLI utilities such as the CLI arguments parser and the Pretty table.

/// `cli` provides the methods to initialize the CLI input (args) and output (table).
pub mod cli;

/// `check` provides the methods to check and inform about latest published online version of the `rodalies-cli` and the one being used by the user.
pub mod check;