CriDos писал(а):
Ну разве не красота?На практике еще лучше:
#cpp
shell.notFound([&](args_t args){
if (args.size() > 0){
printf("Command '%s' not found!\n", args[0].c_str());
}
});
shell.command("exit", [&](args_t args){
contf = false;
});