mirror of
https://github.com/goplus/llgo.git
synced 2025-09-26 19:51:21 +08:00
mv flagdemo => _cmptest
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
fmt.Println("os.Args:", os.Args)
|
||||
fmt.Println("args:", os.Args[1:])
|
||||
if len(os.Args) == 1 {
|
||||
os.Args = []string{"flagdemo", "-cpu", "100"}
|
||||
}
|
Reference in New Issue
Block a user