DoxigAlpha

detectConfig

Deprecated in favor of Config.detect.

Function parameters

Parameters

#

Type definitions in this namespace

Types

#
Config
Provides simple functionality for manipulating the terminal in some way,

Deprecated in favor of `Config.detect`.

Functions

#
detectConfig
Deprecated in favor of `Config.detect`.

Source

Implementation

#
pub fn detectConfig(file: File) Config {
    return .detect(file);
}