mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-10 20:36:32 +00:00
[ty] CLI reference (#17978)
This commit is contained in:
parent
6cd8a49638
commit
c1b875799b
21 changed files with 905 additions and 416 deletions
|
@ -1,5 +1,4 @@
|
|||
//! Generate CLI help.
|
||||
#![allow(clippy::print_stdout)]
|
||||
|
||||
use std::path::PathBuf;
|
||||
use std::{fs, str};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue