figments: command: rewrite command api to use Task instances instead of static functions
This commit is contained in:
@@ -59,4 +59,6 @@ private:
|
||||
InputEvent parseNormal(char nextChar);
|
||||
InputEvent parseEscape(char nextChar);
|
||||
InputEvent parseCSI(char nextChar);
|
||||
|
||||
void doHelp(Args& args, Print& out);
|
||||
};
|
||||
|
Reference in New Issue
Block a user