Skip to content

Commit

Permalink
Added help keywords to show help: h, help
Browse files Browse the repository at this point in the history
  • Loading branch information
memoryInject committed Mar 21, 2022
1 parent 6a76bba commit 165fc12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ void keybord(WebSocket::pointer ws)
}

if (help_key.find(keyword) != help_key.end()) {
console.print("\nHelp ws-clinet v0.1", { console.invert });
console.print("\nHelp ws-client v0.1", { console.invert });
console.log("More info: https://github.com/memoryInject/ws-client");
}
}
}
Expand Down

0 comments on commit 165fc12

Please sign in to comment.