partially applied string and float args to NAT commands

This commit is contained in:
2022-07-03 01:47:30 +00:00
parent d52209448c
commit f6a3e0e68f
2 changed files with 74 additions and 38 deletions

View File

@@ -2,6 +2,7 @@ package nat;
import kiss.Prelude;
import kiss.List;
import kiss.Stream;
import haxe.Constraints;
import haxe.DynamicAccess;
import uuid.Uuid;
@@ -25,6 +26,9 @@ enum CommandArgType {
// TODO VarTag
// TODO playground name -- choose from archive.playgrounds
// Then again the more of these I add the more convoluted CollectAndValidateArgs gets,
// and the more stream reader methods I need to write
}
typedef CommandArg = {