Command parsing

This commit is contained in:
Robin Voetter
2020-06-10 20:10:27 +02:00
parent f2b787ff86
commit 649e855d4e
3 changed files with 85 additions and 13 deletions

View File

@@ -79,7 +79,7 @@ pub const Handle = struct {
};
pub const Command = struct {
const Param = struct {
pub const Param = struct {
name: []const u8,
param_type: TypeInfo,
};