draft `far:about`: separate FarAbout() function
[far2l.git] / inside / src / Commands.h
blobcfadbdb2bef3aee84ad82811e326965b835f3f6d
1 #pragma once
2 #include <set>
3 #include <string>
5 namespace Commands
7 void Enum(const char *section, std::set<std::string> &out);
8 std::string Get(const char *section, const std::string &name);
9 void Execute(const std::string &cmd, const std::string &name, const std::string &result_file);