minor cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-01-29 14:00:02 +03:00
parent 3ea3639cb6
commit bd85e5f6c3

View File

@ -226,7 +226,6 @@ var CLIActions = actions.Actions({
// basic code runner...
// XXX should we handle/print errors here???
cliDo: ['- System/CLI/run CODE',
{cli: {
name: '@do',
@ -244,7 +243,6 @@ var CLIActions = actions.Actions({
// Interactive commands...
//
// XXX should we handle/print errors in script mode here???
cliStartREPL: ['- System/CLI/start CLI interpreter',
{cli: {
name: '@repl',