improved terminal stuff
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package lib;
|
||||
|
||||
using tink.CoreApi;
|
||||
|
||||
abstract class CLIBase {
|
||||
public function new() {};
|
||||
public abstract function invoke(handle: TermHandle): Bool;
|
||||
public abstract function invoke(handle: TermHandle): Future<Bool>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user