INNER CODE UNIT · TypeScript
timeout
yume-chan/ya-webadb · apps/cli/src/index.ts:209
const timeout = setTimeout(() => {
dump({ fullStacks: true });
}, 1500);
timeout.unref();
},
);
program
.commandsGroup("shell:")
.command("shell [args...]")
.usage("[options] [-- <args...>]")
.description(
"run remote shell command (interactive shell if no command given). `--` is required before command name.",
)
.configureHelp({ showGlobalOptions: true })
.action(async (args: string[], options: DeviceCommandOptions) => {
const ref = new Ref();