提交 b7173ac9 编写于 作者: S Simon Fels

Print out example launch intent when executed without any argument

上级 7d4d7730
......@@ -84,6 +84,8 @@ anbox::cmds::Launch::Launch()
action([this](const cli::Command::Context&) {
if (!intent_.valid()) {
ERROR("The intent you provided is invalid. Please provide a correct launch intent.");
ERROR("For example to launch the application manager, run:");
ERROR("$ anbox launch --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity");
return EXIT_FAILURE;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册