Add Summary.
This commit is contained in:
parent
0556fd664c
commit
9797f49456
7 changed files with 99 additions and 122 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue