Current section
Files
Jump to
Current section
Files
include/plushie@runtime_RuntimeOpts.hrl
-record(runtime_opts, {
format :: plushie@protocol:format(),
session :: binary(),
daemon :: boolean(),
app_opts :: gleam@dynamic:dynamic_(),
renderer_args :: list(binary())
}).