public static void main()

in src/main/java/org/apache/maven/doxia/cli/ConverterCli.java [63:68]


    public static void main(String[] args) throws PlexusContainerException, ComponentLookupException {
        if (args == null || args.length == 0) {
            args = new String[] {"-h"};
        }
        System.exit(ConverterCli.doMain(args));
    }