summaryrefslogtreecommitdiff
path: root/kel_cmds
diff options
context:
space:
mode:
Diffstat (limited to 'kel_cmds')
-rw-r--r--kel_cmds/c++/kel_cmds.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/kel_cmds/c++/kel_cmds.cpp b/kel_cmds/c++/kel_cmds.cpp
index 1ced1a9..0d0bc11 100644
--- a/kel_cmds/c++/kel_cmds.cpp
+++ b/kel_cmds/c++/kel_cmds.cpp
@@ -1,6 +1,8 @@
#include <forstio/codec/data.hpp>
+#include <forstio/codec/args.hpp>
#include <iostream>
+#include <charconv>
#include "common.hpp"
@@ -27,7 +29,7 @@ saw::error_or<void> kel_main(int argc, char** argv){
return eov;
}
}
- saw::data<sch::CommandConfig> cmd_data;
+ // saw::data<kel::sch::CommandConfig> cmd_data;
{
// Parse from file
}