mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 13:32:06 -08:00
Fmt launcher & cleanup
This commit is contained in:
parent
44573c172d
commit
13fc246a5d
2 changed files with 1 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -12,3 +12,4 @@ launch.exe
|
|||
__pycache__/
|
||||
*.pyc
|
||||
wget-log
|
||||
*.kate-swp
|
||||
|
|
@ -14,7 +14,6 @@ import (
|
|||
)
|
||||
|
||||
func main() {
|
||||
|
||||
configPath, remainingArgs := parseArgs(os.Args[1:]) // Parse args arguments
|
||||
|
||||
configMap := readAndParseConfig(configPath) // Read and parse the config file
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue