Using new permissions system consequently
This commit is contained in:
@@ -157,6 +157,14 @@ int main() {
|
||||
|
||||
cmd_handler->invoke(cmd);
|
||||
|
||||
{
|
||||
ts::command_builder builder{"hello_world"};
|
||||
builder.put(0, "hello", "this is hello world");
|
||||
builder.put(1, "hello", "this is hello world1");
|
||||
builder.put(1, "hello", "this is hello world2");
|
||||
builder.put_unchecked(6, "hello", 22);
|
||||
std::cout << "Result: " << builder.build() << "\n";
|
||||
}
|
||||
//auto v = ts::descriptor::entry::bulked::val;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user