mirror of
https://github.com/EnumeratedDev/stormfetch.git
synced 2026-09-24 03:36:11 +00:00
Remove 'distro name' flag and config option
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user