ConfigGetOpts
ConfigGetOpts =
object
Defined in: src/core/repo.ts:2808
Options for config get
Properties
all?
optionalall:boolean
Defined in: src/core/repo.ts:2810
Get all values for multi-valued key
default?
optionaldefault:string
Defined in: src/core/repo.ts:2816
Default value to use if the key is not set
type?
optionaltype:"bool"|"int"|"bool-or-int"|"path"|"expiry-date"|"color"
Defined in: src/core/repo.ts:2814
Type to interpret the value as