Module timelog::cli

source · []
Expand description

Support for accessing the timelog logic from a tool

Examples

use structopt::StructOpt;

use timelog::Cli;

let cli = Cli::from_args();
let _ = cli.run();

Description

The Cli struct handling the command line processing for the main program.

Modules

Structs defining different sets of arguments supplied on command line

Implementations of the commands run by the CLI

Structs

Specify all of the command line parameters supported by the program.

Type Definitions