Script Refactoring

pull/2148/head
skiffer-git 2 years ago
parent ac5229c78e
commit 0086e4fd9e

@ -14,5 +14,5 @@ func main() {
flag.Parse()
// Print the values of the flags
fmt.Printf("-i %d -c %s\n", *index, *config)
fmt.Printf("args: -i %d -c %s\n", *index, *config)
}

Loading…
Cancel
Save