Expand description
Command-line interface definitions for typst-count.
This module defines the CLI structure using clap, including all command-line
arguments, options, and their associated enums for output formats and counting modes.
Structs§
- Cli
- Command-line arguments for the typst-count tool.
Enums§
- Count
Mode - What to count in the document.
- Display
Mode - Display mode for formatting output when processing multiple files.
- Output
Format - Output format for displaying count results.