| 1123 | } |
| 1124 | |
| 1125 | void Application::checkPwdOperationPresent(const ArgumentOccurrence &occurrence) |
| 1126 | { |
| 1127 | // FIXME: implement default operation in argument parser |
| 1128 | if (m_args.pwd.specifiedOperation()) { |
| 1129 | return; |
| 1130 | } |
| 1131 | // print status when no operation specified |
| 1132 | printPwdStatus(occurrence); |
| 1133 | } |
| 1134 | |
| 1135 | void Application::printPwdStatus(const ArgumentOccurrence &) |
| 1136 | { |
nothing calls this directly
no outgoing calls
no test coverage detected