Skip to main content

Module cli

Module cli 

Source
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§

AliasCommands
Commands
CompletionType
Types of completion data that can be output
ConfigCommands
LinkCommands
RepoCommands
ScrapCommands
TodoCommands