alacritty

Module migrate

source
Expand description

Configuration file migration.

Modulesยง

  • yaml ๐Ÿ”’
    Migration of legacy YAML files to TOML.

Enumsยง

  • Migration ๐Ÿ”’
    Performed migration mode.

Functionsยง

  • Handle migration.
  • migrate_config ๐Ÿ”’
    Migrate a specific configuration file.
  • migrate_imports ๐Ÿ”’
    Migrate TOML imports to the latest version.
  • migrate_toml ๐Ÿ”’
    Migrate TOML config to the latest version.
  • move_value ๐Ÿ”’
    Move a TOML value from one map to another.
  • write_results ๐Ÿ”’
    Write migrated TOML to its target location.