add '?' alias for help

develop
myk002 2022-07-21 22:36:17 -07:00
parent 2ce7518562
commit 4b1696f783
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 1 additions and 0 deletions

@ -40,6 +40,7 @@ local HELP_SOURCES = {
-- builtin command names, with aliases mapped to their canonical form
local BUILTINS = {
['?']='help',
alias=true,
clear='cls',
cls=true,