11 unstable releases (3 breaking)
Uses new Rust 2024
| new 0.4.0 | Mar 25, 2026 |
|---|---|
| 0.3.0 | Mar 6, 2026 |
| 0.2.0 | Mar 2, 2026 |
| 0.1.7 | Feb 28, 2026 |
#12 in #parser-command
375KB
9K
SLoC
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.
bito-lint
deprecated
This tool was renamed to simply bito on March 25, 2026.
Rust folks, see the new listing on crates.io: bito
npm users, see the new listing on npm: @claylo/bito
For the source, see claylo/bito
Dependencies
~23–32MB
~432K SLoC