Expand description
Command-line interface definitions for the track CLI.
This module defines the CLI structure using clap, including all commands,
subcommands, and their arguments. The actual command handling logic is in the
handler module.
Modules§
- handler
- Command handler dispatch for the track CLI.
- handlers
- Command handler implementations grouped by domain.
Structs§
- Cli
- Main CLI structure for the track application.
Enums§
- Alias
Commands - Commands
- Completion
Type - Types of completion data that can be output
- Config
Commands - Link
Commands - Repo
Commands - Scrap
Commands - Todo
Commands