You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to run a command like go run position.go G and it will print out all players who play position "g", in this case, guards.
I'm not sure what the available positions are, so I would like that when I run go run position.go it prints out a list of options I could pass in. e.g. "Please pass in a valid position, such as: G"
What I would like?
go run position.go G
and it will print out all players who play position "g", in this case, guards.go run position.go
it prints out a list of options I could pass in. e.g. "Please pass in a valid position, such as: G"The text was updated successfully, but these errors were encountered: