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

add trouble-shooting tips #149

Open
plastikfan opened this issue Apr 21, 2023 · 0 comments
Open

add trouble-shooting tips #149

plastikfan opened this issue Apr 21, 2023 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@plastikfan
Copy link
Contributor

plastikfan commented Apr 21, 2023

  • command not found: make sure the command builder is invoked from the bootstrapper
  • panic: runtime error: invalid memory address: make sure you don't invoke Text, before Use has been invoked
  • make sure that for all enum members of a command's parameter set, that NewValue() is invoked to create the enum value (actually this should be set into the bound field, when its has been defined, see issue add an enum bound field #147) inside the command builder function.
@plastikfan plastikfan added the documentation Improvements or additions to documentation label Apr 21, 2023
@plastikfan plastikfan self-assigned this Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant