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

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

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

Options used for configuring the UpdateInline CLI tool.

definition: { Columns?: number; ID?: string; Indent?: number; LineCount?: number; LineSpacer?: string; LinesToClear?: number; PrefixText?: string | TextContent; ShouldDiscardingStdin?: boolean; ShowCursor?: boolean; Spinner?: boolean | Spinner; Styles?: StyleOptions | StyleOptions[]; SuffixText?: string | TextContent; Text?: string | TextContent; UseStdin?: boolean; Writer?: WriterSync; }