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
List the available commands.
Each command should define name and helpText properties for displaying.
name
helpText
This should probably be a top level thing defined in server.ts instead of a separate command.
server.ts
The text was updated successfully, but these errors were encountered:
Relates to devict#5 - add help command
35fedd3
Fixed issues #6 #5 #4 and #2 (#13)
b5444e9
No branches or pull requests
List the available commands.
Thoughts on implementation
Each command should define
name
andhelpText
properties for displaying.This should probably be a top level thing defined in
server.ts
instead of a separate command.Questions
The text was updated successfully, but these errors were encountered: