Module cli

Module cli 

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

CountMode
What to count in the document.
DisplayMode
Display mode for formatting output when processing multiple files.
OutputFormat
Output format for displaying count results.