Skip to content

Commit

Permalink
Add info on available Bible texts for the 'help' command on the web
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Jan 12, 2022
1 parent 01dd2e7 commit 717b425
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ string cli_process(char *buf) {
}

if (input.compare("help") == 0) {
#ifdef __EMSCRIPTEN__
showAvailableBibles();
#endif
info("Please visit https://github.com/kovzol/bibref#bibref to get online help.");
goto end;
}
Expand Down

0 comments on commit 717b425

Please sign in to comment.