Remove 'distro name' flag and config option

This commit is contained in:
2025-12-22 13:12:28 +02:00
parent 341138116b
commit 705a40047b
3 changed files with 5 additions and 8 deletions
-1
View File
@@ -10,7 +10,6 @@ import (
type StormfetchConfig struct {
Ascii string `yaml:"distro_ascii"`
DistroName string `yaml:"distro_name"`
Modules []stormfetchModuleConfig `yaml:"modules"`
AnsiiColors []int `yaml:"ansii_colors"`
ForceConfigAnsii bool `yaml:"force_config_ansii"`