Skip to content

Precache CustomLists for true's and false's in config #3

@amberpixels

Description

@amberpixels
	BoolFromStringsConfig struct {
		Section

		// TODO: precache customListForTrue + CaseInsensitive (so we don't do lower of the list each time)

		CustomListForTrue       []string `toml:"CustomListForTrue"`
		CustomListForFalse      []string `toml:"CustomListForFalse"`
		CaseInsensitive         bool     `toml:"CaseInsensitive"`
		RespectFromNumbersLogic bool     `toml:"RespectFromNumbersLogic"`
	}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions