run method

  1. @override
Future<void> run()
override

Runs this command.

The return value is wrapped in a Future if necessary and returned by CommandRunner.runCommand.

Implementation

@override
Future<void> run() async {
  safePrint('LuaLike 1.0.0  Copyright (C) 2024 LuaLike Contributors');
  safePrint('Based on Lua 5.4.7  Copyright (C) 1994-2024 Lua.org, PUC-Rio');
}