| 162 | using arguments::get_named; |
| 163 | |
| 164 | std::unique_ptr<parser> clone() const override |
| 165 | { |
| 166 | return std::unique_ptr<parser>(new cli(*this)); |
| 167 | } |
| 168 | |
| 169 | protected: |
| 170 | mutable exe_name m_exeName; |
nothing calls this directly
no outgoing calls
no test coverage detected