| 57 | //------------------------------------------------------------------------------ |
| 58 | |
| 59 | enum class InputMethod { |
| 60 | StdIn, |
| 61 | Pipe, |
| 62 | File |
| 63 | }; |
| 64 | |
| 65 | enum class OutputMethod { |
| 66 | StdOut, |
nothing calls this directly
no outgoing calls
no test coverage detected