PromptRunner.Escript (PromptRunnerSDK v0.12.1)

Copy Markdown View Source

Bootstraps the installed escript without depending on a source checkout.

erlexec ships a native port executable. Mix embeds that private artifact in the escript archive, but native programs must exist as ordinary executable files before the OS can launch them. The bootstrap extracts the exact digest-addressed port into the current operator's cache, configures erlexec before application startup, and then delegates to PromptRunner.CLI.

Summary

Functions

main(args)

@spec main([String.t()]) :: :ok | no_return()