diff options
Diffstat (limited to 'kel_cmds/c++/cmd_schema.hpp')
| -rw-r--r-- | kel_cmds/c++/cmd_schema.hpp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/kel_cmds/c++/cmd_schema.hpp b/kel_cmds/c++/cmd_schema.hpp new file mode 100644 index 0000000..472fd9b --- /dev/null +++ b/kel_cmds/c++/cmd_schema.hpp @@ -0,0 +1,19 @@ +#pragma once + +#include "common.hpp" + +namespace kel { +namespace sch { +using namespace saw::schema; + +using CommandStruct = Struct< + Member<Array<String>, "command"> +>; + +using Commands = Struct< + +>; +} + + +} |
