Fmt launcher & cleanup

This commit is contained in:
daijro 2024-08-05 22:25:06 -05:00
parent 44573c172d
commit 13fc246a5d
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View file

@ -12,3 +12,4 @@ launch.exe
__pycache__/ __pycache__/
*.pyc *.pyc
wget-log wget-log
*.kate-swp

View file

@ -14,7 +14,6 @@ import (
) )
func main() { func main() {
configPath, remainingArgs := parseArgs(os.Args[1:]) // Parse args arguments configPath, remainingArgs := parseArgs(os.Args[1:]) // Parse args arguments
configMap := readAndParseConfig(configPath) // Read and parse the config file configMap := readAndParseConfig(configPath) // Read and parse the config file