Skip to main content

NadleFileOptions


Nadle / NadleFileOptions

Interface: NadleFileOptions

Defined in: packages/nadle/src/core/options/types.ts:62

File-based options for Nadle configuration.

Extends

Properties

alias?

readonly optional alias: AliasOption

Defined in: packages/nadle/src/core/options/types.ts:64

Task alias configuration.


cache?

readonly optional cache: boolean

Defined in: packages/nadle/src/core/options/types.ts:10

Enable or disable caching.

Inherited from

Partial.cache


cacheDir?

readonly optional cacheDir: string

Defined in: packages/nadle/src/core/options/types.ts:12

Directory to store cache files.

Inherited from

Partial.cacheDir


readonly optional footer: boolean

Defined in: packages/nadle/src/core/options/types.ts:15

Show footer in output.

Inherited from

Partial.footer


logLevel?

readonly optional logLevel: "error" | "log" | "info" | "debug"

Defined in: packages/nadle/src/core/options/types.ts:19

Log level for reporting.

Inherited from

Partial.logLevel


maxWorkers?

readonly optional maxWorkers: string | number

Defined in: packages/nadle/src/core/options/types.ts:23

Maximum number of worker threads (number or string, e.g., "100%").

Inherited from

Partial.maxWorkers


minWorkers?

readonly optional minWorkers: string | number

Defined in: packages/nadle/src/core/options/types.ts:21

Minimum number of worker threads (number or string, e.g., "50%").

Inherited from

Partial.minWorkers


parallel?

readonly optional parallel: boolean

Defined in: packages/nadle/src/core/options/types.ts:17

Enable or disable parallel task execution.

Inherited from

Partial.parallel