dbmigrations-1.1.1: An implementation of relational database "migrations"

Safe HaskellNone
LanguageHaskell2010

Moo.CommandInterface

Description

This module defines the MOO command interface, the commnad line options parser, and helpers to manipulate the Command data structure.

Synopsis

Documentation

commands :: [Command] Source

The available commands; used to dispatch from the command line and used to generate usage output. |The available commands; used to dispatch from the command line and used to generate usage output.