1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-07 16:05:05 -05:00

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; }