Add Summary.

This commit is contained in:
XMRig 2017-06-08 01:16:45 +03:00
parent 0556fd664c
commit 9797f49456
7 changed files with 99 additions and 122 deletions

View file

@ -51,6 +51,7 @@ public:
static inline Options* i() { return m_self; }
static Options *parse(int argc, char **argv);
inline bool colors() const { return m_colors; }
inline bool isReady() const { return m_ready; }
inline bool keepAlive() const { return m_keepAlive; }
inline const char *pass() const { return m_pass; }