mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
[rdct] launcher: GTW-2941 Add help if run command is not specified
GitOrigin-RevId: 895a4e3a97dd0e4c9584516e44477190cb6542fb
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7f34739d2b
commit
cf177a490d
@@ -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")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user