We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On giving the commands catch and explore, the following error happens
panic: runtime error: index out of range [1] with length 1
goroutine 1 [running]: github.com/shahank42/poketext/internal/repl.Init.func6({0xc00002a110?, 0xc000024a20?, 0xc00000a1f4?}) C:/repos/poketext/internal/repl/repl.go:63 +0x3c main.main() C:/repos/poketext/main.go:29 +0x1c2
The text was updated successfully, but these errors were encountered:
Sorry my bad, I should've been clearer with the instructions.
Here's how you would use the application:
map
mapb
explore <area-name>
catch <pokemon-name>
inspect <pokemon-name>
pokedex
It's basically an error handling problem, and I need to add the argument info to the help as well.
Sorry, something went wrong.
No branches or pull requests
On giving the commands catch and explore, the following error happens
panic: runtime error: index out of range [1] with length 1
goroutine 1 [running]:
github.com/shahank42/poketext/internal/repl.Init.func6({0xc00002a110?, 0xc000024a20?, 0xc00000a1f4?})
C:/repos/poketext/internal/repl/repl.go:63 +0x3c
main.main()
C:/repos/poketext/main.go:29 +0x1c2
The text was updated successfully, but these errors were encountered: