We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a5ccb1 commit 479d1fdCopy full SHA for 479d1fd
crates/vite_global_cli/src/main.rs
@@ -340,7 +340,6 @@ async fn main() -> ExitCode {
340
if matches!(e.kind(), ErrorKind::DisplayHelp | ErrorKind::DisplayVersion) {
341
if e.kind() == ErrorKind::DisplayHelp {
342
println!("{}", vite_shared::header::vite_plus_header());
343
- println!();
344
}
345
e.print().ok();
346
ExitCode::SUCCESS
packages/cli/snap-tests-global/cli-helper-message/snap.txt
@@ -1,7 +1,6 @@
1
> vp -h # show help message
2
VITE+ - The Unified Toolchain for the Web
3
4
-
5
Usage: vp [COMMAND]
6
7
Start:
0 commit comments