コンテンツにスキップ

ConfigGetOpts

このコンテンツはまだ日本語訳がありません。

ConfigGetOpts = object

Defined in: src/core/repo.ts:2808

Options for config get

Properties

all?

optional all: boolean

Defined in: src/core/repo.ts:2810

Get all values for multi-valued key


default?

optional default: string

Defined in: src/core/repo.ts:2816

Default value to use if the key is not set


type?

optional type: "bool" | "int" | "bool-or-int" | "path" | "expiry-date" | "color"

Defined in: src/core/repo.ts:2814

Type to interpret the value as