Script Refactoring

This commit is contained in:
skiffer-git 2024-04-01 19:51:52 +08:00
parent ac5229c78e
commit 0086e4fd9e

View File

@ -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)
}