Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fathym_common/src/common/cli/UpdateInline.ts>UpdateInline

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Latest
class UpdateInline
import { UpdateInline } from "https://deno.land/x/fathym_common@v0.2.160/src/common/cli/UpdateInline.ts";

Constructors

new
UpdateInline()

Properties

protected
readonly
lineCount: number
protected
options: UpdateInlineOptions
protected
textEncoder: TextEncoder
protected
timeout: AbortController
protected
readonly
writer: WriterSync
LastInlined: string

Methods

protected
assembleLines(
text?: string,
prefix?: string,
suffix?: string,
_spinner?: boolean,
): string[]
protected
render(): void
Configure(options: UpdateInlineOptions | string): this