[rdct] launcher: GTW-2941 Add help if run command is not specified

GitOrigin-RevId: 895a4e3a97dd0e4c9584516e44477190cb6542fb
This commit is contained in:
Eugene Lazurin
2023-10-17 16:29:50 +02:00
committed by intellij-monorepo-bot
parent 7f34739d2b
commit cf177a490d

View File

@@ -167,6 +167,7 @@ impl RemoteDevLaunchConfiguration {
debug!("Parsing remote dev command-line arguments"); debug!("Parsing remote dev command-line arguments");
if args.len() < 2 { if args.len() < 2 {
print_help();
bail!("Starter command is not specified") bail!("Starter command is not specified")
} }