We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e00859b commit 96e9491Copy full SHA for 96e9491
1 file changed
crates/vite_global_cli/src/main.rs
@@ -230,9 +230,7 @@ async fn main() -> ExitCode {
230
vite_shared::init_tracing();
231
232
// Handle shell completion
233
- CompleteEnv::with_factory(command_with_help)
234
- .var("VP_COMPLETE")
235
- .complete();
+ CompleteEnv::with_factory(command_with_help).var("VP_COMPLETE").complete();
236
237
// Check for shim mode (invoked as node, npm, or npx)
238
let mut args: Vec<String> = std::env::args().collect();
0 commit comments