Skip to content

Commit

Permalink
add new "print stats" command
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai committed Jan 14, 2024
1 parent 0875372 commit 906946b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public class PrintStatsCommandTest {

@Test
public void test() throws Exception {
// just here to manually verify output
PrintStatsCommand.run(JAR, MAPPINGS, null, null);
}
}

0 comments on commit 906946b

Please sign in to comment.