Groovy Documentation

org.codehaus.griffon.cli.shell.command
[Java] Class MarkdownToHtmlCommand

java.lang.Object
  org.codehaus.griffon.cli.shell.AbstractGriffonCommand
      org.codehaus.griffon.cli.shell.command.MarkdownToHtmlCommand

@Command(scope = "markdown",
    name = "markdown-to-html",
    description = "Converts Markdown sources to HTML")
public class MarkdownToHtmlCommand
extends AbstractGriffonCommand

Authors:
Andres Almiray


Field Summary
private List files

 
Fields inherited from class AbstractGriffonCommand
env, nonInteractive
 
Constructor Summary
MarkdownToHtmlCommand()

 
Method Summary
 
Methods inherited from class AbstractGriffonCommand
notify, notifyAll, wait, wait, wait, equals, toString, hashCode, getClass
 
Methods inherited from class Object
notify, notifyAll, wait, wait, wait, equals, toString, hashCode, getClass
 

Field Detail

files

@Argument(index = 0,
        name = "files",
        description = "Directories and/or files to be converted.",
        multiValued = true,
        required = true)
private List files


 
Constructor Detail

MarkdownToHtmlCommand

MarkdownToHtmlCommand()


 

Groovy Documentation