Index

Variables

Const fetchConfig

fetchConfig: fetchText = fetchText

Functions

fetchText

  • fetchText(url: string): Promise<string>

rcFileToExCmds

  • rcFileToExCmds(rcText: string): string[]

runRc

  • runRc(rc: string): Promise<void>

source

  • source(filename?: string): Promise<boolean>

sourceFromUrl

  • sourceFromUrl(url: string): Promise<boolean>

writeRc

  • writeRc(conf: string, force?: boolean, filename?: string): Promise<MessageResp>