Crate aimcal_cli

Source
Expand description

Command-line interface for the AIM calendar application.

Structs§

Cli
Command-line interface
Config
Configuration for the Aim application.

Enums§

Commands
The commands available in the CLI

Functions§

command_dashboard
Show the dashboard with events and todos.
command_done
Mark a todo as done.
command_events
List all events.
command_todos
List all todos.
command_undo
Mark a todo as undone.
run
Run the AIM command-line interface.