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