Package org.ctan.markup.markdown
Class MarkdownCli
java.lang.Object
org.ctan.markup.markdown.MarkdownCli
This class provides the command line interface for the markdown renderer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
This method provides the command line interface.static void
This method provides the command line interface.int
This method contains the command line processor with handling of Exceptions.
-
Constructor Details
-
MarkdownCli
public MarkdownCli()
-
-
Method Details
-
cli
This method provides the command line interface.- Parameters:
argv
- the command line arguments
-
main
This method provides the command line interface. It invokes System.exit() at the end.- Parameters:
argv
- the command line arguments
-
run
This method contains the command line processor with handling of Exceptions.- Parameters:
argv
- the command line arguments- Returns:
- the exit code
-