added: cmdline args handling
This commit is contained in:
@ -9,7 +9,7 @@ private:
|
||||
std::ostream &out;
|
||||
std::string get_code(const int attr);
|
||||
public:
|
||||
console_output(std::ostream &new_out);
|
||||
console_output(std::ostream &cout);
|
||||
|
||||
void render() override;
|
||||
void clear() override;
|
||||
|
Reference in New Issue
Block a user