@Test
    void handlesShortHelpCommands() throws Exception {
        assertThat(cli.run("-h"))
                .isEmpty();