kenwoodjw
Results
13
comments of
kenwoodjw
maybe like this? https://github.com/tensorchord/envd/blob/main/pkg/app/up.go#L146 ```diff var CommandUp = &cli.Command{ + &cli.BoolFlag{ + Name: "no-gpu", + Usage: "launch same cpu container without gpu", + Value: false, }, }, Action: up, }...
maybe I can review this pr
转为私有了,你有fork吗