Expand description
Library interface for the bito-lint CLI.
This crate exposes the CLI’s argument parser and command structure as a library,
primarily for documentation generation and testing. The actual entry point is
in main.rs.
§Structure
Cli- The root argument parser (clap derive)Commands- Available subcommandscommands- Command implementations
§Documentation Generation
The command() function returns the clap Command for generating man pages
and shell completions via xtask.
Modules§
Structs§
- Cli
- Command-line interface definition for bito-lint.
Enums§
- Color
Choice - Color output preference.
- Commands
- Available subcommands for the CLI.
Functions§
- command
- Returns the clap command for documentation generation