4 lines
90 B
Plaintext
4 lines
90 B
Plaintext
async function run(ctx, _argv) {
|
|
ctx.console.log('Commands: help, echo <text>, exit')
|
|
}
|