[ty] CLI reference (#17978)

This commit is contained in:
Micha Reiser 2025-05-09 14:23:24 +02:00 committed by GitHub
parent 6cd8a49638
commit c1b875799b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 905 additions and 416 deletions

View file

@ -1,5 +1,4 @@
//! Generates the rules table for ty
#![allow(clippy::print_stdout, clippy::print_stderr)]
use std::borrow::Cow;
use std::fmt::Write as _;