We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--help
1 parent d9fb3fe commit 3273dacCopy full SHA for 3273dac
crates/cli/src/main.rs
@@ -13,10 +13,9 @@ mod commands;
13
static ALLOC: jemallocator::Jemalloc = jemallocator::Jemalloc;
14
15
fn main() {
16
- let config = FluffConfig::from_root(None, false, None).unwrap();
17
-
18
let cli = Cli::parse();
19
+ let config = FluffConfig::from_root(None, false, None).unwrap();
20
match cli.command {
21
Commands::Lint(LintArgs { paths, format }) => {
22
let mut linter = linter(config, format);
0 commit comments