Skip to content

Commit

Permalink
#318 Rename Main to HscCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Nov 19, 2024
1 parent ab6fc77 commit 088b4cc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 143 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import picocli.CommandLine.Parameters
import java.nio.file.Files
import java.nio.file.Path
import java.nio.file.Paths
import java.util.logging.Formatter
import java.util.logging.ConsoleHandler
import java.util.logging.Formatter
import java.util.logging.Level
import java.util.logging.LogManager
import java.util.logging.LogRecord
Expand Down Expand Up @@ -98,6 +98,7 @@ class HscCommand implements Runnable {
File[] srcDocs

static void main(String[] args) {

HscRunner hscRunner = new HscRunner()
HscCommand hscCommand = new HscCommand(hscRunner)
CommandLine cmd = new CommandLine(hscCommand)
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 088b4cc

Please sign in to comment.