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
@@ -31,7 +31,6 @@ func parseFlags() {
flag.StringVar(&ConfigPath, "config", "", "Use the specified config file")
flag.BoolVar(&ShowModuleTimeTaken, "time-taken", false, "Show time taken to execute each module")
flag.StringVar(&Ascii, "ascii", "", "Set distro ascii")
flag.StringVar(&config.DistroName, "distro-name", config.DistroName, "Set distro name")
flag.Parse()
}