22 #ifndef OJOS_AGENT_STATE_HPP 23 #define OJOS_AGENT_STATE_HPP 42 bool isVerbosityDebug()
const;
43 bool doJsonOutput()
const;
44 bool doignoreFilesWithMimeType()
const;
46 OjoCliOptions(
int verbosity,
bool json,
bool ignoreFilesWithMimeType);
59 void setAgentId(
const int agentId);
60 int getAgentId()
const;
70 #endif // OJOS_AGENT_STATE_HPP
Store the state of the agent.
bool ignoreFilesWithMimeType
const OjoCliOptions cliOptions
Store the options sent through the CLI.