şunun yansıması
https://github.com/quitesimpleorg/hs9001.git
eşitlendi 2024-11-25 02:22:37 +01:00
Fix off-by-one in CLI
Bu işleme şunda yer alıyor:
ebeveyn
b02911c9b4
işleme
305e4300cc
2
main.go
2
main.go
@ -143,7 +143,7 @@ func main() {
|
||||
searchCmd := flag.NewFlagSet("search", flag.ExitOnError)
|
||||
deleteCmd := flag.NewFlagSet("delete", flag.ExitOnError)
|
||||
|
||||
if len(os.Args) < 1 {
|
||||
if len(os.Args) < 2 {
|
||||
printUsage()
|
||||
return
|
||||
}
|
||||
|
Yükleniyor…
Yeni konuda referans
Bir kullanıcı engelle