package cli

import "github.com/golang-migrate/migrate/v4/internal/cli"

Index

Functions

func Main

func Main(version string)

Main function of a cli application. It is public for backwards compatibility with `cli` package

Types

type Log

type Log struct {
	// contains filtered or unexported fields
}

Log represents the logger

func (*Log) Printf

func (l *Log) Printf(format string, v ...interface{})

Printf prints out formatted string into a log

func (*Log) Println

func (l *Log) Println(args ...interface{})

Println prints out args into a log

func (*Log) Verbose

func (l *Log) Verbose() bool

Verbose shows if verbose print enabled

Source Files

commands.go log.go main.go

Version
v4.15.0-beta.3
Published
Aug 7, 2021
Platform
darwin/amd64
Imports
16 packages
Last checked
8 minutes ago

Tools for package owners.