renovate 0.2.23

A new way to handle Postgres schema migration.
Documentation
bin.name = "renovate"
args = ["help"]
status.code = 0
stdout = """
renovate [..]
A new way to handle Postgres schema migration.

USAGE:
    renovate [OPTIONS] <SUBCOMMAND>

OPTIONS:
        --drop-on-exit    drop database on exit (for testing purpose only)
    -h, --help            Print help information
    -V, --version         Print version information

SUBCOMMANDS:
    generate    generate something
    help        Print this message or the help of the given subcommand(s)
    schema      Schema migration
"""
stderr = ""