Skip to main content
Module

x/deno_slack_runtime/local-run.ts>getCommandline

Helper library for running a Run on Slack Deno function
Latest
variable getCommandline
import { getCommandline } from "https://deno.land/x/deno_slack_runtime@1.1.1/local-run.ts";

Determines the command line for the deno run invocation that will actually run the function, setting the appropriate permissions flags

type

(
mainModule: string,
denoExecutablePath: string,
manifest: any,
devDomain: string,
hookCLI: Protocol,
) => string[]