interface Config {
    commands?: NcaCommand[];
    includePaths?: string[];
}

Properties

commands?: NcaCommand[]

List of nca commands.

includePaths?: string[]

Absolute paths to external configs.