Skip to content
New issue

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

Enum Subcommands #19

Open
gak opened this issue Feb 28, 2024 · 0 comments
Open

Enum Subcommands #19

gak opened this issue Feb 28, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request p2:medium

Comments

@gak
Copy link
Member

gak commented Feb 28, 2024

enum Actions {
  Respawn(RespawnAction),
  Quit,
}

enum RespawnAction {
  Me,
  Enemy,
}

/respawn enemy
@gak gak self-assigned this Feb 28, 2024
@gak gak added enhancement New feature or request p2:medium labels Feb 28, 2024
@gak gak mentioned this issue Feb 28, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request p2:medium
Projects
None yet
Development

No branches or pull requests

1 participant