org.senkbeil.grus

commands

package commands

Visibility
  1. Public
  2. All

Type Members

  1. class BatchCommand extends Command

    Represents a collection of commands to be executed at once.

  2. class BlockCommand extends Command

    Represents a block of code to be executed as a command.

  3. trait Command extends AnyRef

    Represents a generic command to be executed.

Value Members

  1. object Command

  2. object GenerateCommand extends Command

    Represents the command to generate content.

  3. object PublishCommand extends Command

    Represents the command to publish content.

  4. object ServeCommand extends Command

    Represents the command to serve content.

  5. object SkeletonCommand extends Command

    Represents the command to produce initial theme/website outline.

Ungrouped