réplica de
https://github.com/quitesimpleorg/hs9001.git
sincronizado 2025-04-04 00:26:02 +02:00
Fix off-by-one in CLI
Este cometimento está contido em:
ascendente
b02911c9b4
cometimento
305e4300cc
2
main.go
2
main.go
@ -143,7 +143,7 @@ func main() {
|
|||||||
searchCmd := flag.NewFlagSet("search", flag.ExitOnError)
|
searchCmd := flag.NewFlagSet("search", flag.ExitOnError)
|
||||||
deleteCmd := flag.NewFlagSet("delete", flag.ExitOnError)
|
deleteCmd := flag.NewFlagSet("delete", flag.ExitOnError)
|
||||||
|
|
||||||
if len(os.Args) < 1 {
|
if len(os.Args) < 2 {
|
||||||
printUsage()
|
printUsage()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Carregando…
x
Criar uma nova questão referindo esta
Bloquear um utilizador