clipAppBase run final
This commit is contained in:
parent
b8f5ffb93a
commit
c83f457968
@ -12,7 +12,7 @@ abstract class CLIAppBase implements Process {
|
||||
private final _subcommandsAsync:Map<String, (Array<String>) -> Future<Bool>> = [];
|
||||
private final _subcommandsSynopsis:Array<String> = [];
|
||||
|
||||
public function run(handle:ProcessHandle) {
|
||||
public final function run(handle:ProcessHandle) {
|
||||
this.handle = handle;
|
||||
|
||||
var subcommand = handle.args[0];
|
||||
|
Loading…
Reference in New Issue
Block a user