Pods

The pods method in the CLI is a thin wrapper

Entry

execute {
    pod = new PodClass
    pod.execute(onPrompt: {
        promptViaShell
    })
}

Backlinks