Skip to content

Commit

Permalink
add jniinit to help
Browse files Browse the repository at this point in the history
  • Loading branch information
YSaxon committed Jun 14, 2024
1 parent 3ade1f3 commit b8e7d74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,10 @@ int parseREPLCommand(char* command){
"Shell commands:\n"
" !<command>: Run a shell command\n"
" shell: Drop into an interactive shell\n"
#ifdef __ANDROID__
"JNI Management:\n"
" initjni <library> <vm_var> <env_var> [<args>...]: Initialize JNI with a library\n"
#endif
"REPL Management:\n"
" exit: Quit the REPL\n");
} else if (strcmp(command, "docs") == 0) {
Expand Down

0 comments on commit b8e7d74

Please sign in to comment.